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)
commit2305ff225c0b1691ec2e93f3d6990e13a2e63c95
treefe4f9ffcfe9d4f72d136889e31e95a6ddd07898d
parenta3bf9fbdad600b1e4335dd90979f8d6072e4f602
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