summaryrefslogtreecommitdiffstats
path: root/net/ax25
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-09-12 14:24:55 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-12 14:24:55 -0700
commit20b7d10a3339cbfa2f7a52da0ad77b5a0723f0ca (patch)
tree168d7f1625de1acfbd5fb93e024f9f53c8885609 /net/ax25
parentb01ef8ffafc5239a871bc24af74f604654e7de2b (diff)
downloadop-kernel-dev-20b7d10a3339cbfa2f7a52da0ad77b5a0723f0ca.zip
op-kernel-dev-20b7d10a3339cbfa2f7a52da0ad77b5a0723f0ca.tar.gz
[AX.25/ROSE]: Whitespace formatting changes
Small formatting changes. Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ax25')
-rw-r--r--net/ax25/af_ax25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c
index 9c48731..7023532 100644
--- a/net/ax25/af_ax25.c
+++ b/net/ax25/af_ax25.c
@@ -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;
}
OpenPOWER on IntegriCloud