]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging/lustre: Get rid of C99 comments in lustre_idl.h
authorOleg Drokin <green@linuxhacker.ru>
Thu, 25 Feb 2016 03:00:08 +0000 (22:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Feb 2016 06:05:50 +0000 (22:05 -0800)
lustre_idl.h contains various protocol data. In order to avoid
reusal of values that might have meant something else in the past,
the old no longer used values are commented out, convert the
comments into regular comments from C99 where appropriate.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found