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)
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>

No differences found