media: do not use C++ style comments in uapi headers
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 4 Jun 2019 11:13:34 +0000 (07:13 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Jun 2019 14:53:19 +0000 (10:53 -0400)
commite9ca90074c26c50c16805fb54de45d1b46a0f1e5
tree4b9b30c55d71918cf30cb5dc4d961718de5d423e
parent9b925365569eb4e845c006fdc254257e78fc12a4
media: do not use C++ style comments in uapi headers

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.

[mchehab+samsung@kernel.org: fix a checkpatch --strict warning]
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
include/uapi/linux/dvb/audio.h
include/uapi/linux/dvb/osd.h