]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Thu, 18 Mar 2021 20:03:42 +0000 (01:33 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 02:46:19 +0000 (19:46 -0700)
s/serisouly/seriously/

...and the sentence construction.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sun/sungem.c

index 58f142ee78a309308ae2a984aa365e7df317f8ea..9790656cf970fb8e51ece0f778140a4bc283bd51 100644 (file)
@@ -1674,8 +1674,8 @@ static void gem_init_phy(struct gem *gp)
        if (gp->pdev->vendor == PCI_VENDOR_ID_APPLE) {
                int i;
 
-               /* Those delay sucks, the HW seem to love them though, I'll
-                * serisouly consider breaking some locks here to be able
+               /* Those delays sucks, the HW seems to love them though, I'll
+                * seriously consider breaking some locks here to be able
                 * to schedule instead
                 */
                for (i = 0; i < 3; i++) {