Some lines of the U-boot DM9000x driver are longer than 80 characters, or need some other minor cleanup. Signed-off-by: Remy Bohmer --- drivers/net/dm9000x.c | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) Index: u-boot-git-03062008/drivers/net/dm9000x.c =================================================================== --- u-boot-git-03062008.orig/drivers/net/dm9000x.c 2008-06-03 15:19:17.000000000 +0200 +++ u-boot-git-03062008/drivers/net/dm9000x.c 2008-06-03 15:19:20.000000000 +0200 @@ -51,6 +51,7 @@ v1.2 03/18/2003 Weilun Huang > 8) & 0xff)); DM9000_iow(DM9000_EPCR, 0xa); /* Issue phyxcer write command */ - udelay(500); /* Wait write complete */ + udelay(500); /* Wait write complete */ DM9000_iow(DM9000_EPCR, 0x0); /* Clear phyxcer write command */ DM9000_DBG("phy_write(reg:0x%x, value:0x%x)\n", reg, value); } -#endif /* CONFIG_DRIVER_DM9000 */ +#endif /* CONFIG_DRIVER_DM9000 */ --