mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
media: atomisp: Fix repeated "of" in isp2400_input_system_public.h
The script checkpatch.pl reported repeated word 'of' in isp2400_input_system_public.h as below: ''' WARNING: Possible repeated word: 'of' /*! Read from a control register PORT[port_ID] of of RECEIVER[ID] ''' This patch removes one 'of'. Link: https://lore.kernel.org/r/20231222194036.1984-1-kdipendra88@gmail.com Signed-off-by: Dipendra Khadka <kdipendra88@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:
parent
ce1cfe023a
commit
0596ea5eeb
|
|
@ -163,7 +163,7 @@ STORAGE_CLASS_INPUT_SYSTEM_H void receiver_port_reg_store(
|
|||
const hrt_address reg,
|
||||
const hrt_data value);
|
||||
|
||||
/*! Read from a control register PORT[port_ID] of of RECEIVER[ID]
|
||||
/*! Read from a control register PORT[port_ID] of RECEIVER[ID]
|
||||
|
||||
\param ID[in] RECEIVER identifier
|
||||
\param port_ID[in] mipi PORT identifier
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user