staging: lustre: replaced C99 comment style by C89 style
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Thu, 24 Oct 2013 18:06:17 +0000 (23:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:28:00 +0000 (20:28 -0700)
commit13a7e2cf9b1113b9d75058d74f91b1faeea22f43
tree5e22fe22284bba4841e8aad5064527d339403115
parent90131cc975b927d3033f2d5cce6e57226178d12c
staging: lustre: replaced C99 comment style by C89 style

As per coding style guidelines C89 comment style /*...*/
is preferred over C99 comment style //, hence replaced
C99 comment style by C89 comment style to fix checkpatch
error

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Reviewed-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lvfs/lvfs_linux.c