drivers-net-tulip-de4x5c-fix-copy-length-in-de4x5_ioctl-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 1 Oct 2010 11:17:12 +0000 (11:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Oct 2010 04:59:39 +0000 (21:59 -0700)
commit432ffb518bddc4eb744cc69c55e02ea116e8f78d
treef33811de741c906840b856d49cb2b92e2cce3180
parent20c8630316961c0ba3f801fd492cb1259f2d12ce
drivers-net-tulip-de4x5c-fix-copy-length-in-de4x5_ioctl-checkpatch-fixes

ERROR: trailing statements should be on next line
#23: FILE: drivers/net/tulip/de4x5.c:5477:
+ if (copy_to_user(ioc->data, tmp.lval, ioc->len)) return -EFAULT;

total: 1 errors, 0 warnings, 8 lines checked

./patches/drivers-net-tulip-de4x5c-fix-copy-length-in-de4x5_ioctl.patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Dan Rosenberg <dan.j.rosenberg@gmail.com>
Cc: Grant Grundler <grundler@parisc-linux.org>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tulip/de4x5.c