diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2007-10-19 02:11:38 (GMT) |
---|---|---|
committer | Dale Farnsworth <dale@farnsworth.org> | 2007-10-23 15:23:11 (GMT) |
commit | 5688fe87a458a73d5066eee3d5c9891459ba70bf (patch) | |
tree | 20841cd7060c89467ba4b6c3238968f71547559c /lib/swiotlb.c | |
parent | e4d00fa9bfed733051652a32686b9911e8549ac8 (diff) | |
download | linux-fsl-qoriq-5688fe87a458a73d5066eee3d5c9891459ba70bf.tar.xz |
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 'lib/swiotlb.c')
0 files changed, 0 insertions, 0 deletions