mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
Staging: cx25821: Change indent with spaces to tabs 35
Change indent with spaces to tabs. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fa7ce1f41d
commit
527db49d91
@ -1998,9 +1998,9 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = {
|
||||
};
|
||||
|
||||
struct video_device cx25821_videoioctl_template = {
|
||||
.name = "cx25821-videoioctl",
|
||||
.fops = &video_fops,
|
||||
.ioctl_ops = &video_ioctl_ops,
|
||||
.tvnorms = CX25821_NORMS,
|
||||
.current_norm = V4L2_STD_NTSC_M,
|
||||
.name = "cx25821-videoioctl",
|
||||
.fops = &video_fops,
|
||||
.ioctl_ops = &video_ioctl_ops,
|
||||
.tvnorms = CX25821_NORMS,
|
||||
.current_norm = V4L2_STD_NTSC_M,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user