mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-30 13:38:40 +00:00
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>
This commit is contained in:
parent
a446b47d5d
commit
70b694c32e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user