diff options
author | Jonathan Bergh <[email protected]> | 2023-10-14 10:35:45 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2024-02-01 06:58:04 +0100 |
commit | 4d728df5f53946fc40dbfe73dcbe9470e751c1c0 (patch) | |
tree | 8d477df20ed83376dceb2b6e196f11aef3de0313 | |
parent | 26b53392ca0e3c86df9a2bf7eb29a86a72377a37 (diff) |
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/[email protected]
Signed-off-by: Jonathan Bergh <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/staging/media/atomisp/i2c/gc2235.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/media/atomisp/i2c/gc2235.h b/drivers/staging/media/atomisp/i2c/gc2235.h index 55ea422291ba..ade28950db73 100644 --- a/drivers/staging/media/atomisp/i2c/gc2235.h +++ b/drivers/staging/media/atomisp/i2c/gc2235.h @@ -77,9 +77,6 @@ /* * GC2235 System control registers */ -/* - * GC2235 System control registers - */ #define GC2235_SENSOR_ID_H 0xF0 #define GC2235_SENSOR_ID_L 0xF1 #define GC2235_RESET_RELATED 0xFE @@ -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 |