patch-1.3.61 linux/net/appletalk/ddp.c

Next file: linux/net/core/dev.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.60/linux/net/appletalk/ddp.c linux/net/appletalk/ddp.c
@@ -1033,7 +1033,8 @@
 		return err;
 	put_user(sizeof(int),optlen);
 	err=verify_area(VERIFY_WRITE,optval,sizeof(int));
-	if (err) return err;
+	if (err) 
+		return err;
 	put_user(val,optval);
 	return(0);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this