File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/staging/media/atomisp/include/linux Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ struct atomisp_dis_vector {
201
201
};
202
202
203
203
/* 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.
205
205
*/
206
206
struct atomisp_dvs2_coef_types {
207
207
short __user * odd_real ; /** real part of the odd coefficients*/
@@ -699,7 +699,7 @@ enum atomisp_burst_capture_options {
699
699
/* Digital Image Stabilization:
700
700
* 1. get dis statistics: reads DIS statistics from ISP (every frame)
701
701
* 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)
703
703
*/
704
704
#define ATOMISP_IOC_G_DIS_STAT \
705
705
_IOWR('v', BASE_VIDIOC_PRIVATE + 6, struct atomisp_dis_statistics)
You can’t perform that action at this time.
0 commit comments