]> git.karo-electronics.de Git - mv-sheeva.git/commit
cpmac: fix all checkpatch errors and warnings
authorFlorian Fainelli <florian@openwrt.org>
Sun, 8 Aug 2010 10:09:39 +0000 (10:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Aug 2010 09:32:55 +0000 (02:32 -0700)
commit559764d1996e6ae769feb07918687b0806f2d975
tree903eeb02dbb6964f55fc19afebd10d6fd7513f2e
parent264fd77a67f1a4fe102477d824014459c7ff61f3
cpmac: fix all checkpatch errors and warnings

This patches fixes a couple of checkpatch warnings and errors:
- lines over 80 columns
- printk() instead of pr_cont()
- assignments in tests (if ((foo == bar())))

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cpmac.c