mtd: abi: do not use C++ style comments in uapi header
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 27 Jun 2019 07:07:45 +0000 (16:07 +0900)
committerRichard Weinberger <richard@nod.at>
Sun, 7 Jul 2019 18:31:29 +0000 (20:31 +0200)
commitdf616d7a442b90798d63fbf4447154bbbb9040b1
treeecfa84b49e65e3854f3faac989e07a7055d96dac
parent63898ab5159f6349f58b23cbf9cd06a824d88527
mtd: abi: do not use C++ style comments in 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.

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/mtd/mtd-abi.h