staging: lustre: lnet: lnet: Fix missing line warning.
authorGulsah Kose <gulsah.1004@gmail.com>
Sat, 20 Sep 2014 18:48:00 +0000 (21:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:37:16 +0000 (17:37 -0700)
This patch fixes "Fixes "Missing a blank line after declarations"
checkpatch.pl warning in api-ni.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/api-ni.c

index 233b4ad6e161693931fcfb6fad39fdaae2038bdd..f70d0f34675091d3826a33e5f6ddd580fae93e71 100644 (file)
@@ -423,6 +423,7 @@ lnet_create_interface_cookie (void)
         * easily good enough. */
        struct timeval tv;
        __u64     cookie;
+
        do_gettimeofday(&tv);
        cookie = tv.tv_sec;
        cookie *= 1000000;