aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2021-03-23 09:43:30 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-04-06 14:39:48 +0200
commita806011141eb7e77828173e37426f6c4c4a9eddb (patch)
tree348729c79ebe59cd5f1221dd272d592e154b56a8 /drivers/staging/media
parentmedia: i2c: imx258: add HDR control (diff)
downloadlinux-dev-a806011141eb7e77828173e37426f6c4c4a9eddb.tar.xz
linux-dev-a806011141eb7e77828173e37426f6c4c4a9eddb.zip
media: staging: ipu3-imgu: No need for kernel-doc comments in driver struct
This part is rather trivial so adding more comments isn't really helpful. Reported-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media')
-rw-r--r--drivers/staging/media/ipu3/ipu3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/media/ipu3/ipu3.h b/drivers/staging/media/ipu3/ipu3.h
index 8cd6a0077d99..eb46b527dd23 100644
--- a/drivers/staging/media/ipu3/ipu3.h
+++ b/drivers/staging/media/ipu3/ipu3.h
@@ -63,11 +63,6 @@ struct imgu_node_mapping {
const char *name;
};
-/**
- * struct imgu_video_device
- * each node registers as video device and maintains its
- * own vb2_queue.
- */
struct imgu_video_device {
const char *name;
bool output;