aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipendra Khadka <[email protected]>2023-12-22 21:15:03 +0100
committerMauro Carvalho Chehab <[email protected]>2024-02-01 06:59:38 +0100
commit5201016d0190f0dd9ff98fde0fa9ba1e1368ec1b (patch)
tree5c09889835bc950d92a9ffa17868d008dd84f0b6
parent0596ea5eeb667b3890e827ba5d9b966295fae277 (diff)
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/[email protected] Signed-off-by: Dipendra Khadka <[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/pci/isp2400_input_system_global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/isp2400_input_system_global.h b/drivers/staging/media/atomisp/pci/isp2400_input_system_global.h
index 61f23814e2fd..3ff61faf0621 100644
--- a/drivers/staging/media/atomisp/pci/isp2400_input_system_global.h
+++ b/drivers/staging/media/atomisp/pci/isp2400_input_system_global.h
@@ -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)