drivers/net/qla3xxx: trim trailing whitespace

Also, hopefully, change the file permissions to 0644.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
Jeff Garzik 2007-10-03 13:52:23 -04:00 committed by David S. Miller
parent 07c2c76e27
commit 9ddf7774b9
2 changed files with 67 additions and 67 deletions

4
drivers/net/qla3xxx.c Executable file → Normal file
View File

@ -1094,7 +1094,7 @@ static int PHY_Setup(struct ql3_adapter *qdev)
if(err != 0) {
printk(KERN_ERR "%s: Could not read from reg PHY_ID_0_REG after Agere detected\n",
qdev->ndev->name);
return err;
return err;
}
err = ql_mii_read_reg_ex(qdev, PHY_ID_1_REG, &reg2, miiAddr);
@ -1105,7 +1105,7 @@ static int PHY_Setup(struct ql3_adapter *qdev)
}
/* We need to remember to initialize the Agere PHY */
agereAddrChangeNeeded = true;
agereAddrChangeNeeded = true;
}
/* Determine the particular PHY we have on board to apply

0
drivers/net/qla3xxx.h Executable file → Normal file
View File