summaryrefslogtreecommitdiff
path: root/e1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'e1000.c')
-rw-r--r--e1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e1000.c b/e1000.c
index d1d3c73..dd47774 100644
--- a/e1000.c
+++ b/e1000.c
@@ -374,7 +374,7 @@ e1000_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs)
enum e1000_mac_type mac_type;
u32 reg;
- if(version != 1)
+ if (version != 1)
return -1;
mac_type = e1000_get_mac_type(hw_device_id, hw_revision_id);