commit | df616d7a442b90798d63fbf4447154bbbb9040b1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 27 16:07:45 2019 +0900 |
committer | Richard Weinberger <richard@nod.at> | Sun Jul 07 20:31:29 2019 +0200 |
tree | ecfa84b49e65e3854f3faac989e07a7055d96dac | |
parent | 63898ab5159f6349f58b23cbf9cd06a824d88527 [diff] |
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>