Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
s/serisouly/seriously/

...and the sentence construction.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Bhaskar Chowdhury authored and David S. Miller committed Mar 19, 2021
1 parent 84b9000 commit 1816bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/sun/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 1816bf1

Please sign in to comment.