summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et1310_phy.c
diff options
context:
space:
mode:
authorMichael Sprecher <sprecher.m@gmail.com>2010-03-10 13:15:35 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:35 -0700
commitf3fd4cd59132ff81be9507762d00afa9445827b6 (patch)
tree2805814652455d1ac2b311280e8c6e1da313f89c /drivers/staging/et131x/et1310_phy.c
parent67a7b3788cd2b9f63a6cfe68e9e937c25709f053 (diff)
downloadop-kernel-dev-f3fd4cd59132ff81be9507762d00afa9445827b6.zip
op-kernel-dev-f3fd4cd59132ff81be9507762d00afa9445827b6.tar.gz
Staging: et131x: fix most coding style issues in et131x
This is a patch to the et131x driver that fixes up almost all coding style issues Signed-off-by: Michael Sprecher <sprecher.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_phy.c')
-rw-r--r--drivers/staging/et131x/et1310_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/et131x/et1310_phy.c b/drivers/staging/et131x/et1310_phy.c
index 34cd5d1..a6d9f29 100644
--- a/drivers/staging/et131x/et1310_phy.c
+++ b/drivers/staging/et131x/et1310_phy.c
@@ -344,7 +344,7 @@ static void ET1310_PhyDuplexMode(struct et131x_adapter *etdev, u16 duplex)
static void ET1310_PhySpeedSelect(struct et131x_adapter *etdev, u16 speed)
{
u16 data;
- static const u16 bits[3]={0x0000, 0x2000, 0x0040};
+ static const u16 bits[3] = {0x0000, 0x2000, 0x0040};
/* Read the PHY control register */
MiRead(etdev, PHY_CONTROL, &data);
OpenPOWER on IntegriCloud