]> git.baikalelectronics.ru Git - kernel.git/commit
ocxl: do not use C++ style comments in uapi header
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 4 Jun 2019 11:16:32 +0000 (20:16 +0900)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 14 Jun 2019 05:35:53 +0000 (15:35 +1000)
commit41e68c19cc9ab4df9ddd4d0c6b34de684c8eb9ed
treefe4f9ffcfe9d4f72d136889e31e95a6ddd07898d
parentac4a4bb08601430e38addae2e748b6cdd0cd3584
ocxl: 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: Frederic Barrat <fbarrat@linux.ibm.com>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
include/uapi/misc/ocxl.h