diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-18 21:03:42 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-19 03:46:19 +0100 |
commit | 1816bf1f53cbc3b92f61a03eb4ad8f07637e6438 (patch) | |
tree | d488469b1de27d173146623a0aa3c6ebaf54fc59 /drivers | |
parent | Merge branch 'ionic-fixes' (diff) | |
download | linux-1816bf1f53cbc3b92f61a03eb4ad8f07637e6438.tar.xz linux-1816bf1f53cbc3b92f61a03eb4ad8f07637e6438.zip |
Fix a typo
s/serisouly/seriously/
...and the sentence construction.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/sun/sungem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/sun/sungem.c b/drivers/net/ethernet/sun/sungem.c index 58f142ee78a3..9790656cf970 100644 --- a/drivers/net/ethernet/sun/sungem.c +++ b/drivers/net/ethernet/sun/sungem.c @@ -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++) { |