Commit 5e644014 authored by Leonid V. Fedorenchik's avatar Leonid V. Fedorenchik Committed by Greg Kroah-Hartman

Staging: cx25821: Change indent with spaces to tabs 29

Change indent with spaces to tabs.
Signed-off-by: default avatarLeonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f9ef6be3
......@@ -1796,8 +1796,7 @@ static long video_ioctl_upstream11(struct file *file, unsigned int cmd,
command = data_from_user->command;
if (command != UPSTREAM_START_AUDIO &&
command != UPSTREAM_STOP_AUDIO)
if (command != UPSTREAM_START_AUDIO && command != UPSTREAM_STOP_AUDIO)
return 0;
dev->input_filename = data_from_user->input_filename;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment