Browse Source

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>
Gulsah Kose 11 years ago
parent
commit
70b694c32e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/lustre/lnet/lnet/api-ni.c

+ 1 - 0
drivers/staging/lustre/lnet/lnet/api-ni.c

@@ -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;