commit | 559764d1996e6ae769feb07918687b0806f2d975 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Sun Aug 08 10:09:39 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 17 02:32:55 2010 -0700 |
tree | 903eeb02dbb6964f55fc19afebd10d6fd7513f2e | |
parent | 264fd77a67f1a4fe102477d824014459c7ff61f3 [diff] |
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>