]> err.no Git - linux-2.6/blobdiff - net/ax25/af_ax25.c
[AX.25/ROSE]: Whitespace formatting changes
[linux-2.6] / net / ax25 / af_ax25.c
index 9c487311e0a9e7a88354f84e0b75a1fb8aef6b57..7023532beeffd5dbd51baf77f32a01d4f82116b8 100644 (file)
@@ -1695,7 +1695,7 @@ static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
                /* These two are safe on a single CPU system as only user tasks fiddle here */
                if ((skb = skb_peek(&sk->sk_receive_queue)) != NULL)
                        amount = skb->len;
-               res = put_user(amount, (int __user *)argp);
+               res = put_user(amount, (int __user *) argp);
                break;
        }