mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
media: atomisp: Removed duplicate comment and fixed comment format
Fixed the following issues: * Removed a duplicate comment * Fixed up minor comment format issue Link: https://lore.kernel.org/r/20231014083545.173238-1-bergh.jonathan@gmail.com Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
26b53392ca
commit
4d728df5f5
@@ -74,9 +74,6 @@
|
||||
#define GC2235_COARSE_INTG_TIME_MIN 1
|
||||
#define GC2235_COARSE_INTG_TIME_MAX_MARGIN 6
|
||||
|
||||
/*
|
||||
* GC2235 System control registers
|
||||
*/
|
||||
/*
|
||||
* GC2235 System control registers
|
||||
*/
|
||||
@@ -167,7 +164,7 @@ enum gc2235_tok_type {
|
||||
GC2235_TOK_MASK = 0xfff0
|
||||
};
|
||||
|
||||
/**
|
||||
/*
|
||||
* struct gc2235_reg - MI sensor register format
|
||||
* @type: type of the register
|
||||
* @reg: 8-bit offset to register
|
||||
|
||||
Reference in New Issue
Block a user