appletalk: fix a coccinella warning in net/appletalk/ddp.c
[deliverable/linux.git] / net / appletalk / ddp.c
index 01a1082e02b3157b3abc84e6b23844ed3a26f2f2..8ceabc0736588330b79c1b1fa2cad2cae5a9686a 100644 (file)
@@ -1808,7 +1808,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;
        }
This page took 0.087014 seconds and 5 git commands to generate.