Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: isci: Fix spelling mistake "doesnt" -> "doesn't"

There are a few spelling mistakes in dev_warn and dev_err messages. Fix
these.

Link: https://lore.kernel.org/r/20220316235615.56683-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Colin Ian King and committed by
Martin K. Petersen
fac952bb eaba83b5

+3 -3
+3 -3
drivers/scsi/isci/host.c
··· 413 413 dev_warn(&ihost->pdev->dev, 414 414 "%s: SCIC Controller 0x%p received " 415 415 "event 0x%x for io request object " 416 - "that doesnt exist.\n", 416 + "that doesn't exist.\n", 417 417 __func__, 418 418 ihost, 419 419 ent); ··· 428 428 dev_warn(&ihost->pdev->dev, 429 429 "%s: SCIC Controller 0x%p received " 430 430 "event 0x%x for remote device object " 431 - "that doesnt exist.\n", 431 + "that doesn't exist.\n", 432 432 __func__, 433 433 ihost, 434 434 ent); ··· 462 462 } else 463 463 dev_err(&ihost->pdev->dev, 464 464 "%s: SCIC Controller 0x%p received event 0x%x " 465 - "for remote device object 0x%0x that doesnt " 465 + "for remote device object 0x%0x that doesn't " 466 466 "exist.\n", 467 467 __func__, 468 468 ihost,