Commit 43be3824 authored by Leonid V. Fedorenchik's avatar Leonid V. Fedorenchik Committed by Greg Kroah-Hartman
Browse files

Staging: cx25821: Change indent with spaces to tabs 27



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 6f87cc6c
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
@@ -1756,8 +1756,7 @@ static long video_ioctl_upstream10(struct file *file, unsigned int cmd,

	command = data_from_user->command;

       if (command != UPSTREAM_START_VIDEO &&
	       command != UPSTREAM_STOP_VIDEO)
	if (command != UPSTREAM_START_VIDEO && command != UPSTREAM_STOP_VIDEO)
		return 0;

	dev->input_filename_ch2 = data_from_user->input_filename;