]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
media: atomisp: Fix spelling mistakes in atomisp.h
authorRoshan Khatri <topofeverest8848@gmail.com>
Wed, 22 May 2024 16:18:30 +0000 (18:18 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 6 Sep 2024 09:56:53 +0000 (11:56 +0200)
codespell reported misspelled coefficients and vector in atomisp.h. This
patch corrects the spellings to increase readability and searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Link: https://lore.kernel.org/r/20240522161830.57434-1-topofeverest8848@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/include/linux/atomisp.h

index 16c9da172c0317c1f3f958851a544992c4a977ee..4f440ea2fcc1464e438b09adae83adc11561c272 100644 (file)
@@ -201,7 +201,7 @@ struct atomisp_dis_vector {
 };
 
 /* DVS 2.0 Coefficient types. This structure contains 4 pointers to
- *  arrays that contain the coeffients for each type.
+ *  arrays that contain the coefficients for each type.
  */
 struct atomisp_dvs2_coef_types {
        short __user *odd_real; /** real part of the odd coefficients*/
@@ -699,7 +699,7 @@ enum atomisp_burst_capture_options {
 /* Digital Image Stabilization:
  * 1. get dis statistics: reads DIS statistics from ISP (every frame)
  * 2. set dis coefficients: set DIS filter coefficients (one time)
- * 3. set dis motion vecotr: set motion vector (result of DIS, every frame)
+ * 3. set dis motion vector: set motion vector (result of DIS, every frame)
  */
 #define ATOMISP_IOC_G_DIS_STAT \
        _IOWR('v', BASE_VIDIOC_PRIVATE + 6, struct atomisp_dis_statistics)