]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: ix2505v: get rid of /** comments
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 29 Nov 2017 13:19:13 +0000 (08:19 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 30 Nov 2017 09:18:57 +0000 (04:18 -0500)
commit4521af781190848f4d7f499b9f946a8d86f6df4f
tree754fec40154a2748021be4f2d852987db9ec5f5f
parentef69f8d2ff09518657c3ecaf2db8408c16549829
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>
drivers/media/dvb-frontends/ix2505v.c