diff options
author | 2017-11-29 08:19:13 -0500 | |
---|---|---|
committer | 2017-11-30 04:18:57 -0500 | |
commit | 4521af781190848f4d7f499b9f946a8d86f6df4f (patch) | |
tree | 754fec40154a2748021be4f2d852987db9ec5f5f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: tw68: fix kernel-doc markups (diff) | |
download | wireguard-linux-4521af781190848f4d7f499b9f946a8d86f6df4f.tar.xz wireguard-linux-4521af781190848f4d7f499b9f946a8d86f6df4f.zip |
media: ix2505v: get rid of /** comments
As warned:
drivers/media/dvb-frontends/ix2505v.c:24: warning: cannot understand function prototype: 'int ix2505v_debug; '
drivers/media/dvb-frontends/ix2505v.c:59: warning: No description found for parameter 'state'
drivers/media/dvb-frontends/ix2505v.c:128: warning: No description found for parameter 'fe'
None of the comments there are kernel-doc. So, remove them with:
perl -pi -e 's,\/\*\*,/*,g' drivers/media/dvb-frontends/ix2505v.c
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions