Skip to content

Commit

Permalink
media: atmel: atmel-isc: remove redundant comments
Browse files Browse the repository at this point in the history
Remove duplicate comments which are already in place before the struct
definition.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
ehristev authored and mchehab committed May 13, 2022
1 parent d5e42df commit 1f0c113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/media/platform/atmel/atmel-isc.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ struct isc_device {
struct video_device video_dev;

struct vb2_queue vb2_vidq;
spinlock_t dma_queue_lock; /* serialize access to dma queue */
spinlock_t dma_queue_lock;
struct list_head dma_queue;
struct isc_buffer *cur_frm;
unsigned int sequence;
Expand All @@ -289,8 +289,8 @@ struct isc_device {
struct isc_ctrls ctrls;
struct work_struct awb_work;

struct mutex lock; /* serialize access to file operations */
spinlock_t awb_lock; /* serialize access to DMA buffers from awb work queue */
struct mutex lock;
spinlock_t awb_lock;

struct regmap_field *pipeline[ISC_PIPE_LINE_NODE_NUM];

Expand Down

0 comments on commit 1f0c113

Please sign in to comment.