linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: dec: tulip: Random spelling fixes throughout the file pnic2.c
@ 2021-03-12  7:05 Bhaskar Chowdhury
  2021-03-12  7:23 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-12  7:05 UTC (permalink / raw)
  To: davem, kuba, unixbhaskar, netdev, linux-parisc, linux-kernel; +Cc: rdunlap


Random spelling fixes throughout the file.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/net/ethernet/dec/tulip/pnic2.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/ethernet/dec/tulip/pnic2.c b/drivers/net/ethernet/dec/tulip/pnic2.c
index 412adaa7fdf8..04daffb8db2a 100644
--- a/drivers/net/ethernet/dec/tulip/pnic2.c
+++ b/drivers/net/ethernet/dec/tulip/pnic2.c
@@ -107,7 +107,7 @@ void pnic2_start_nway(struct net_device *dev)
          */
 	csr14 = (ioread32(ioaddr + CSR14) & 0xfff0ee39);

-        /* bit 17 - advetise 100baseTx-FD */
+        /* bit 17 - advertise 100baseTx-FD */
         if (tp->sym_advertise & 0x0100) csr14 |= 0x00020000;

         /* bit 16 - advertise 100baseTx-HD */
@@ -116,7 +116,7 @@ void pnic2_start_nway(struct net_device *dev)
         /* bit 6 - advertise 10baseT-HD */
         if (tp->sym_advertise & 0x0020) csr14 |= 0x00000040;

-        /* Now set bit 12 Link Test Enable, Bit 7 Autonegotiation Enable
+        /* Now set bit 12 Link Test Enable, Bit 7 Auto negotiation Enable
          * and bit 0 Don't PowerDown 10baseT
          */
         csr14 |= 0x00001184;
@@ -157,7 +157,7 @@ void pnic2_start_nway(struct net_device *dev)
         /* all set up so now force the negotiation to begin */

         /* read in current values and mask off all but the
-	 * Autonegotiation bits 14:12.  Writing a 001 to those bits
+	 * Auto negotiation bits 14:12.  Writing a 001 to those bits
          * should start the autonegotiation
          */
         csr12 = (ioread32(ioaddr + CSR12) & 0xffff8fff);
@@ -290,7 +290,7 @@ void pnic2_lnk_change(struct net_device *dev, int csr5)
 	                csr14 = (ioread32(ioaddr + CSR14) & 0xffffff7f);
                         iowrite32(csr14,ioaddr + CSR14);

-                        /* what should we do when autonegotiate fails?
+                        /* what should we do when auto negotiate fails?
                          * should we try again or default to baseline
                          * case.  I just don't know.
                          *
--
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-12  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  7:05 [PATCH] net: ethernet: dec: tulip: Random spelling fixes throughout the file pnic2.c Bhaskar Chowdhury
2021-03-12  7:23 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).