]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
sfc: Remove 'Communications' after 'Solarflare' in references to hardware
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 13 Jul 2011 15:21:24 +0000 (16:21 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Wed, 13 Jul 2011 23:08:38 +0000 (00:08 +0100)
Branding can now be abbreviated.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/sfc/Kconfig
drivers/net/sfc/efx.c

index db7b22eb686ae5e3768e1309e83da6eedd06964c..a3d5bb9e39dc5cfb48fb0d696c06c3a1f4b5d7c1 100644 (file)
@@ -7,8 +7,7 @@ config SFC
        select I2C_ALGOBIT
        help
          This driver supports 10-gigabit Ethernet cards based on
-         the Solarflare Communications SFC4000 and SFC9000-family
-         controllers.
+         the Solarflare SFC4000 and SFC9000-family controllers.
 
          To compile this driver as a module, choose M here.  The module
          will be called sfc.
index ff162df06bd08c93cb1ad369c87649b7221bd8eb..faca764aa21bef971677c3fc3dc027e3b5dd0fa6 100644 (file)
@@ -2476,7 +2476,7 @@ static int __devinit efx_pci_probe(struct pci_dev *pci_dev,
                goto fail1;
 
        netif_info(efx, probe, efx->net_dev,
-                  "Solarflare Communications NIC detected\n");
+                  "Solarflare NIC detected\n");
 
        /* Set up basic I/O (BAR mappings etc) */
        rc = efx_init_io(efx);