OSDN Git Service

mv643xx_eth: Clean up mv643xx_eth.h
authorLennert Buytenhek <buytenh@wantstofly.org>
Fri, 19 Oct 2007 02:11:38 +0000 (04:11 +0200)
committerDale Farnsworth <dale@farnsworth.org>
Tue, 23 Oct 2007 15:23:11 +0000 (08:23 -0700)
commit5688fe87a458a73d5066eee3d5c9891459ba70bf
tree20841cd7060c89467ba4b6c3238968f71547559c
parente4d00fa9bfed733051652a32686b9911e8549ac8
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>
drivers/net/mv643xx_eth.h