Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'
[cascardo/linux.git] / net / appletalk / ddp.c
index bfcf6be..c00897f 100644 (file)
@@ -1805,7 +1805,7 @@ static int atalk_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
                long amount = 0;
 
                if (skb)
-               amount = skb->len - sizeof(struct ddpehdr);
+                       amount = skb->len - sizeof(struct ddpehdr);
                rc = put_user(amount, (int __user *)argp);
                break;
        }