"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "36596dadf54a920d26286cf9f421fb4ef648b51f"
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>
Loading
Please register or sign in to comment