diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2007-10-19 04:11:38 +0200 |
---|---|---|
committer | Dale Farnsworth <dale@farnsworth.org> | 2007-10-23 08:23:11 -0700 |
commit | 5688fe87a458a73d5066eee3d5c9891459ba70bf (patch) | |
tree | 20841cd7060c89467ba4b6c3238968f71547559c /security/dummy.c | |
parent | e4d00fa9bfed733051652a32686b9911e8549ac8 (diff) |
mv643xx_eth: Clean up mv643xx_eth.h
Apply the following cleanups to drivers/net/mv643xx_eth.h:
* Change "#define<tab>" to "#define<space>".
* Fix comment block style.
* Wrap lines to fit in 80 columns.
* Change "foo<<1" to "foo << 1".
* Align addresses in the same column.
* Parenthesize macro arguments.
* Replace "(1<<24) | (1<<23) | (1<<22)" type constructs with "(7 << 22)".
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Tzachi Perelstein <tzachi@marvell.com>
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Diffstat (limited to 'security/dummy.c')
0 files changed, 0 insertions, 0 deletions