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

scsi: pm80xx: fix spelling mistake "to" -> "too"

There is a spelling mistake in a pm8001_printk message. Fix it.

Link: https://lore.kernel.org/r/20200123005706.2834281-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Colin Ian King and committed by
Martin K. Petersen
20bc1ad2 0171c1c1

+1 -1
+1 -1
drivers/scsi/pm8001/pm80xx_hwi.c
··· 2377 2377 ts->buf_valid_size = sizeof(*resp); 2378 2378 } else 2379 2379 PM8001_IO_DBG(pm8001_ha, 2380 - pm8001_printk("response to large\n")); 2380 + pm8001_printk("response too large\n")); 2381 2381 } 2382 2382 if (pm8001_dev) 2383 2383 pm8001_dev->running_req--;