summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2007-07-19 03:44:50 +0200
committerYOSHIFUJI Hideaki2007-07-19 03:44:50 +0200
commit9cbcbf4e010ec253df686257f99c819da9b895da (patch)
treec1313466c141c0f21109353ee051893423a1b20c /net/sctp/socket.c
parent[NET] RXRPC: Fix whitespace errors. (diff)
downloadkernel-qcow2-linux-9cbcbf4e010ec253df686257f99c819da9b895da.tar.gz
kernel-qcow2-linux-9cbcbf4e010ec253df686257f99c819da9b895da.tar.xz
kernel-qcow2-linux-9cbcbf4e010ec253df686257f99c819da9b895da.zip
[NET] SCTP: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/sctp/socket.c')
-rw-r--r--net/sctp/socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
index b1917f68723c..ee88f2ea5101 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -4803,7 +4803,7 @@ static int sctp_getsockopt_partial_delivery_point(struct sock *sk, int len,
char __user *optval,
int __user *optlen)
{
- u32 val;
+ u32 val;
if (len < sizeof(u32))
return -EINVAL;
@@ -4827,7 +4827,7 @@ static int sctp_getsockopt_maxburst(struct sock *sk, int len,
char __user *optval,
int __user *optlen)
{
- int val;
+ int val;
if (len < sizeof(int))
return -EINVAL;