From: Lennert Buytenhek Date: Fri, 19 Oct 2007 02:11:38 +0000 (+0200) Subject: mv643xx_eth: Clean up mv643xx_eth.h X-Git-Tag: v2.6.24-rc1~15^2~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5688fe87a458a73d5066eee3d5c9891459ba70bf;p=pandora-kernel.git mv643xx_eth: Clean up mv643xx_eth.h Apply the following cleanups to drivers/net/mv643xx_eth.h: * Change "#define" to "#define". * 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 Acked-by: Tzachi Perelstein Signed-off-by: Dale Farnsworth --- Reading git-diff-tree failed