Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: comment typo fix diable -> disable.

The below patch fixes a typo "diable" to "disable".

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Justin P. Mattock and committed by
Jiri Kosina
eb78bd7d 44dd4ff3

+3 -3
+1 -1
drivers/media/video/cx18/cx23418.h
··· 177 177 IN[0] - Task handle. 178 178 IN[1] - luma type: 0 = disable, 1 = 1D horizontal only, 2 = 1D vertical only, 179 179 3 = 2D H/V separable, 4 = 2D symmetric non-separable 180 - IN[2] - chroma type: 0 - diable, 1 = 1D horizontal 180 + IN[2] - chroma type: 0 - disable, 1 = 1D horizontal 181 181 ReturnCode - One of the ERR_CAPTURE_... */ 182 182 #define CX18_CPU_SET_SPATIAL_FILTER_TYPE (CPU_CMD_MASK_CAPTURE | 0x000C) 183 183
+1 -1
drivers/media/video/tvp7002.c
··· 789 789 * Get the value of a TVP7002 decoder device register. 790 790 * Returns zero when successful, -EINVAL if register read fails or 791 791 * access to I2C client fails, -EPERM if the call is not allowed 792 - * by diabled CAP_SYS_ADMIN. 792 + * by disabled CAP_SYS_ADMIN. 793 793 */ 794 794 static int tvp7002_g_register(struct v4l2_subdev *sd, 795 795 struct v4l2_dbg_register *reg)
+1 -1
include/media/davinci/vpss.h
··· 44 44 short pplen; 45 45 }; 46 46 47 - /* Used for enable/diable VPSS Clock */ 47 + /* Used for enable/disable VPSS Clock */ 48 48 enum vpss_clock_sel { 49 49 /* DM355/DM365 */ 50 50 VPSS_CCDC_CLOCK,