]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: ethernet: eth.c: removed checkpatch warnings and errors
authorAvinash Kumar <avi.kp.137@gmail.com>
Thu, 19 Sep 2013 16:06:50 +0000 (21:36 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Sep 2013 18:41:02 +0000 (14:41 -0400)
commit118a7b0ede580f3c5553028301001d46f8eede99
tree6e19b1c70153ad46d922fbff4b17cb7b3bb419eb
parent052c19e60d3c4dcded53f2c591efb5de84efd68c
net: ethernet: eth.c: removed checkpatch warnings and errors

removed these checkpatch.pl warnings:
net/ethernet/eth.c:61: WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
net/ethernet/eth.c:136: WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then pr_debug(...  to printk(KERN_DEBUG ...
net/ethernet/eth.c:181: ERROR: space prohibited before that close parenthesis ')'

Signed-off-by: Avinash Kumar <avi.kp.137@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethernet/eth.c