From a806011141eb7e77828173e37426f6c4c4a9eddb Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Tue, 23 Mar 2021 09:43:30 +0100 Subject: 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 Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- drivers/staging/media/ipu3/ipu3.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/staging/media/ipu3') 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; -- cgit v1.2.3