mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
media: atomisp: Fix spelling mistake in isp2400_input_system_global.h
The script checkpatch.pl reported a spelling error
in isp2400_input_system_global.h as below:
'''
WARNING: 'upto' may be misspelled - perhaps 'up to'?
//MIPI allows upto 4 channels.
^^^^
'''
This patch corrects a spelling error,
changing "upto" to "up to".
Link: https://lore.kernel.org/r/20231222201503.2337-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:
committed by
Mauro Carvalho Chehab
parent
0596ea5eeb
commit
5201016d01
@@ -19,7 +19,7 @@
|
||||
#define N_CSI_PORTS (3)
|
||||
//AM: Use previous define for this.
|
||||
|
||||
//MIPI allows upto 4 channels.
|
||||
//MIPI allows up to 4 channels.
|
||||
#define N_CHANNELS (4)
|
||||
// 12KB = 256bit x 384 words
|
||||
#define IB_CAPACITY_IN_WORDS (384)
|
||||
|
||||
Reference in New Issue
Block a user