Commit 788d0f33 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 2



Change indent with spaces to use tabs.

Signed-off-by: default avatarLeonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 69dfe45f
Loading
Loading
Loading
Loading
+11 −12
Original line number Diff line number Diff line
@@ -425,8 +425,7 @@ int cx25821_video_irq(struct cx25821_dev *dev, int chan_num, u32 status)
		dprintk(2, "stopper video\n");
		spin_lock(&dev->slock);
		cx25821_restart_video_queue(dev,
			       &dev->channels[channel->i].vidq,
				       channel);
				&dev->channels[channel->i].vidq, channel);
		spin_unlock(&dev->slock);
		handled++;
	}