netdev
[Top] [All Lists]

[PATCH] (2/12) skge: spelling and whitespace

To: Jeff Garzik <jgarzik@xxxxxxxxx>
Subject: [PATCH] (2/12) skge: spelling and whitespace
From: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Thu, 3 Mar 2005 11:33:29 -0800
Cc: netdev@xxxxxxxxxxx
Organization: Open Source Development Lab
Sender: netdev-bounce@xxxxxxxxxxx
Fix spelling and whitespace issues

Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx>

--- skge-2.6.11/drivers/net/skge.c.orig 2005-03-02 17:09:26.000000000 -0800
+++ skge-2.6.11/drivers/net/skge.c      2005-03-02 17:15:44.000000000 -0800
@@ -1,10 +1,10 @@
 /*
- * New driver for Marvell Yukon chipsent and SysKonnect Gigabit
+ * New driver for Marvell Yukon chipset and SysKonnect Gigabit
  * Ethernet adapters. Based on earlier sk98lin, e100 and
- * Freebsd if_sk drivers.
+ * FreeBSD if_sk drivers.
  *
  * This driver intentionally does not support all the features
- * of the original driver such as link failover and link management because
+ * of the original driver such as link fail-over and link management because
  * those should be done at higher levels.
  *
  * Copyright (C) 2004, Stephen Hemminger <shemminger@xxxxxxxx>
@@ -125,8 +125,7 @@
 
 /*
  * Returns copy of control register region
- * I/O region is divided into banks and certain regions
- * are unreadable
+ * I/O region is divided into banks and certain regions are unreadable
  */
 static void skge_get_regs(struct net_device *dev, struct ethtool_regs *regs,
                          void *p)
@@ -338,7 +337,7 @@
 
        { "collisions",         XM_TXF_SNG_COL, GM_TXF_SNG_COL },
        { "multi_collisions",   XM_TXF_MUL_COL, GM_TXF_MUL_COL },
-       { "aborted",            XM_TXF_ABO_COL, GM_TXF_ABO_COL},
+       { "aborted",            XM_TXF_ABO_COL, GM_TXF_ABO_COL },
        { "late_collision",     XM_TXF_LAT_COL, GM_TXF_LAT_COL },
        { "fifo_underrun",      XM_TXE_FIFO_UR, GM_TXE_FIFO_UR },
        { "fifo_overflow",      XM_RXE_FIFO_OV, GM_RXE_FIFO_OV },

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] (2/12) skge: spelling and whitespace, Stephen Hemminger <=