Commit 6ecad52e authored by Dave Jones's avatar Dave Jones

[PATCH] Indentation brain damage

Whoever did the copy_to_user changes a few months back used
a braindamaged editor which screwed the indentation..
parent c12bcd74
......@@ -1843,6 +1843,7 @@ static int es1371_ioctl(struct inode *inode, struct file *file, unsigned int cmd
if (copy_to_user((void *)arg, &cinfo, sizeof(cinfo)))
return -EFAULT;
return 0;
case SNDCTL_DSP_GETBLKSIZE:
if (file->f_mode & FMODE_WRITE) {
if ((val = prog_dmabuf_dac2(s)))
......
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