Skip to content

Commit 83e80dc

Browse files
roshank8848mchehab
authored andcommitted
media: atomisp: Fix spelling mistakes in atomisp.h
codespell reported misspelled coefficients and vector in atomisp.h. This patch corrects the spellings to increase readability and searching. 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 5943fc1 commit 83e80dc

File tree

1 file changed

+2
-2
lines changed
  • drivers/staging/media/atomisp/include/linux

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ struct atomisp_dis_vector {
201201
};
202202

203203
/* DVS 2.0 Coefficient types. This structure contains 4 pointers to
204-
* arrays that contain the coeffients for each type.
204+
* arrays that contain the coefficients for each type.
205205
*/
206206
struct atomisp_dvs2_coef_types {
207207
short __user *odd_real; /** real part of the odd coefficients*/
@@ -699,7 +699,7 @@ enum atomisp_burst_capture_options {
699699
/* Digital Image Stabilization:
700700
* 1. get dis statistics: reads DIS statistics from ISP (every frame)
701701
* 2. set dis coefficients: set DIS filter coefficients (one time)
702-
* 3. set dis motion vecotr: set motion vector (result of DIS, every frame)
702+
* 3. set dis motion vector: set motion vector (result of DIS, every frame)
703703
*/
704704
#define ATOMISP_IOC_G_DIS_STAT \
705705
_IOWR('v', BASE_VIDIOC_PRIVATE + 6, struct atomisp_dis_statistics)

0 commit comments

Comments
 (0)