]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: videobuf2: don't use kernel-doc "/**" markups
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 27 Nov 2017 15:38:03 +0000 (10:38 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 27 Nov 2017 15:38:03 +0000 (10:38 -0500)
commit2a87af6ba1b9df4dda91d7e1a7d750f295ce1e57
tree8cdd0d3b21df6131d919c564980b20e62dca978b
parent255940e642387ffe886fd881ffc9917f31fe0564
media: videobuf2: don't use kernel-doc "/**" markups

While it would be very cool to have those functions using
kernel-doc markups, the reality right now is that they
don't follow kernel-doc rules, as parameters aren't documented.

So, stop abusing on "/**" markups.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/videobuf2-core.c
drivers/media/v4l2-core/videobuf2-v4l2.c