diff mbox series

scsi: aacraid: fix spelling of "its"

Message ID 20211223061119.18304-1-rdunlap@infradead.org (mailing list archive)
State Accepted
Headers show
Series scsi: aacraid: fix spelling of "its" | expand

Commit Message

Randy Dunlap Dec. 23, 2021, 6:11 a.m. UTC
Use the possessive "its" instead of the contraction "it's" in
user messages.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
---
 drivers/scsi/aacraid/aachba.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Jan. 5, 2022, 5:24 a.m. UTC | #1
Randy,

> Use the possessive "its" instead of the contraction "it's" in user
> messages.

Applied to 5.17/scsi-staging, thanks!
Martin K. Petersen Jan. 10, 2022, 10:04 p.m. UTC | #2
On Wed, 22 Dec 2021 22:11:19 -0800, Randy Dunlap wrote:

> Use the possessive "its" instead of the contraction "it's" in
> user messages.
> 
> 

Applied to 5.17/scsi-queue, thanks!

[1/1] scsi: aacraid: fix spelling of "its"
      https://git.kernel.org/mkp/scsi/c/4d516e495235
diff mbox series

Patch

--- linux-next-20211222.orig/drivers/scsi/aacraid/aachba.c
+++ linux-next-20211222/drivers/scsi/aacraid/aachba.c
@@ -271,7 +271,7 @@  MODULE_PARM_DESC(msi, "IRQ handling."
 	" 0=PIC(default), 1=MSI, 2=MSI-X)");
 module_param(startup_timeout, int, S_IRUGO|S_IWUSR);
 MODULE_PARM_DESC(startup_timeout, "The duration of time in seconds to wait for"
-	" adapter to have it's kernel up and\n"
+	" adapter to have its kernel up and\n"
 	"running. This is typically adjusted for large systems that do not"
 	" have a BIOS.");
 module_param(aif_timeout, int, S_IRUGO|S_IWUSR);