Staging: cx25821: Change indent with spaces to tabs 29
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:
committed by
Greg Kroah-Hartman
parent
f9ef6be389
commit
5e6440141e
@@ -1796,8 +1796,7 @@ static long video_ioctl_upstream11(struct file *file, unsigned int cmd,
|
|||||||
|
|
||||||
command = data_from_user->command;
|
command = data_from_user->command;
|
||||||
|
|
||||||
if (command != UPSTREAM_START_AUDIO &&
|
if (command != UPSTREAM_START_AUDIO && command != UPSTREAM_STOP_AUDIO)
|
||||||
command != UPSTREAM_STOP_AUDIO)
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
dev->input_filename = data_from_user->input_filename;
|
dev->input_filename = data_from_user->input_filename;
|
||||||
|
Reference in New Issue
Block a user