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

tw9910: use TABs for indentation

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Guennadi Liakhovetski and committed by
Mauro Carvalho Chehab
906b1018 4a9ce755

+6 -6
+4 -4
drivers/media/video/tw9910.c
··· 233 233 }; 234 234 235 235 struct tw9910_priv { 236 - struct v4l2_subdev subdev; 237 - struct tw9910_video_info *info; 238 - const struct tw9910_scale_ctrl *scale; 239 - u32 revision; 236 + struct v4l2_subdev subdev; 237 + struct tw9910_video_info *info; 238 + const struct tw9910_scale_ctrl *scale; 239 + u32 revision; 240 240 }; 241 241 242 242 static const struct tw9910_scale_ctrl tw9910_ntsc_scales[] = {
+2 -2
include/media/tw9910.h
··· 30 30 }; 31 31 32 32 struct tw9910_video_info { 33 - unsigned long buswidth; 34 - enum tw9910_mpout_pin mpout; 33 + unsigned long buswidth; 34 + enum tw9910_mpout_pin mpout; 35 35 }; 36 36 37 37