diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2014-09-20 14:48:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-19 20:37:16 -0400 |
commit | 70b694c32e405cff8e2640b3943ed9598d97f75e (patch) | |
tree | 7edd84d68e8d3088516cb8fa2fb942dcd8a9337b | |
parent | a446b47d5d815865c2715da8fab1a7c06f1338ca (diff) |
staging: lustre: lnet: lnet: Fix missing line warning.
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>
-rw-r--r-- | drivers/staging/lustre/lnet/lnet/api-ni.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lnet/lnet/api-ni.c b/drivers/staging/lustre/lnet/lnet/api-ni.c index 233b4ad6e161..f70d0f346750 100644 --- a/drivers/staging/lustre/lnet/lnet/api-ni.c +++ b/drivers/staging/lustre/lnet/lnet/api-ni.c | |||
@@ -423,6 +423,7 @@ lnet_create_interface_cookie (void) | |||
423 | * easily good enough. */ | 423 | * easily good enough. */ |
424 | struct timeval tv; | 424 | struct timeval tv; |
425 | __u64 cookie; | 425 | __u64 cookie; |
426 | |||
426 | do_gettimeofday(&tv); | 427 | do_gettimeofday(&tv); |
427 | cookie = tv.tv_sec; | 428 | cookie = tv.tv_sec; |
428 | cookie *= 1000000; | 429 | cookie *= 1000000; |