]> asedeno.scripts.mit.edu Git - linux.git/commit
media: netup_unidvb: fix a bad kernel-doc markup
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 29 Nov 2017 14:10:03 +0000 (09:10 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 30 Nov 2017 09:18:58 +0000 (04:18 -0500)
commitb5a21f8a8555b03433f5b2aa65adfd996da469f5
tree26c2636796e93e07224040fec6d4086f30ba86c4
parent070250a1715cee2297de0d9e7e2cea58be999d37
media: netup_unidvb: fix a bad kernel-doc markup

There is a bad kernel-doc markup, producing the following warnings:

  drivers/media/pci/netup_unidvb/netup_unidvb_core.c:85: warning: bad line:  Bits [0-7]: DMA packet size, 188 bytes
  drivers/media/pci/netup_unidvb/netup_unidvb_core.c:86: warning: bad line:  Bits [16-23]: packets count in block, 128 packets
  drivers/media/pci/netup_unidvb/netup_unidvb_core.c:87: warning: bad line:  Bits [24-31]: blocks count, 8 blocks
  drivers/media/pci/netup_unidvb/netup_unidvb_core.c:89: warning: bad line:  For example, value of 375000000 equals to 3 sec

Fix that, and use a list for the bits option, in order for it
to be better format, if we add it to a driver's documentation
file.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/netup_unidvb/netup_unidvb_core.c