]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/staging/rtl8187se/r8180_core.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / rtl8187se / r8180_core.c
index 70ab0084e5f58ff61b82baf54b6fca561e3b6db8..2155a771c3397ead5f5566807ffccfa632872a80 100644 (file)
@@ -1591,7 +1591,7 @@ void rtl8180_rx(struct net_device *dev)
                priv->RSSI = RSSI;
                /* SQ translation formula is provided by SD3 DZ. 2006.06.27 */
                if (quality >= 127)
-                       quality = 1; /*0; */ /* 0 will cause epc to show signal zero , walk aroud now; */
+                       quality = 1; /*0; */ /* 0 will cause epc to show signal zero , walk around now; */
                else if (quality < 27)
                        quality = 100;
                else
@@ -3883,7 +3883,7 @@ void rtl8180_tx_isr(struct net_device *dev, int pri, short error)
         * If the packet previous of the nic pointer has been
         * processed this doesn't matter: it will be checked
         * here at the next round. Anyway if no more packet are
-        * TXed no memory leak occour at all.
+        * TXed no memory leak occur at all.
         */
 
        switch (pri) {