staging: lustre: Fix coding style
authorJosep Puigdemont <josep.puigdemont@gmail.com>
Sun, 1 Jun 2014 18:23:16 +0000 (20:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 Jun 2014 18:36:48 +0000 (11:36 -0700)
commit5b39bd5f33bb65f60492441bf6b50d88bc843e1c
treeba73a2d320d8a572d9aaa68e18251ebaf626657e
parent57bab7cb353d71c10611c34571fcb3c9f38b4792
staging: lustre: Fix coding style

The if block should be placed in a new line rather
than after the if statement.
Blank line required between variable declarations and code.

Signed-off-by: Josep Puigdemont <josep.puigdemont@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_nfs.c