]> git.baikalelectronics.ru Git - kernel.git/commit
jffs2: Remove C++ style comments from uapi header
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 18 Jun 2019 03:09:26 +0000 (12:09 +0900)
committerRichard Weinberger <richard@nod.at>
Thu, 22 Aug 2019 15:24:51 +0000 (17:24 +0200)
commitc8b3d4b38dc7cbaef27cdf886c7c6eae55ec8139
treec49fcd2909ced2336a26192a885a012eecedf089
parent75eaf80f84ebc7588c50189fc3b72bcd0f66e5fc
jffs2: Remove C++ style comments from uapi header

Linux kernel tolerates C++ style comments these days. Actually, the
SPDX License tags for .c files start with //.

On the other hand, uapi headers are written in more strict C, where
the C++ comment style is forbidden.

I simply dropped these lines instead of fixing the comment style.

This code has been always commented out since it was added around
Linux 2.4.9 (i.e. commented out for more than 17 years).

'Maybe later...' will never happen.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
include/uapi/linux/jffs2.h