Skip to content

Commit 5943fc1

Browse files
roshank8848mchehab
authored andcommitted
media: atomisp: Fix spelling mistakes in atomisp_platform.h
Codespell reported misspelled "streams" and "corresponding" in atomisp_platform.h. This patch fixes the misspellings. Signed-off-by: Roshan Khatri <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent b5a9c24 commit 5943fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/media/atomisp/include/linux/atomisp_platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct intel_v4l2_subdev_table {
116116
};
117117

118118
/*
119-
* Sensor of external ISP can send multiple steams with different mipi data
119+
* Sensor of external ISP can send multiple streams with different mipi data
120120
* type in the same virtual channel. This information needs to come from the
121121
* sensor or external ISP
122122
*/
@@ -138,7 +138,7 @@ struct atomisp_input_stream_info {
138138
/*
139139
* if more isys_configs is more than 0, sensor needs to configure the
140140
* input format differently. width and height can be 0. If width and
141-
* height is not zero, then the corresponsing data needs to be set
141+
* height is not zero, then the corresponding data needs to be set
142142
*/
143143
struct atomisp_isys_config_info isys_info[MAX_STREAMS_PER_CHANNEL];
144144
};

0 commit comments

Comments
 (0)