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

scsi: aacraid: Fix spelling of "its"

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

Link: https://lore.kernel.org/r/20211223061119.18304-1-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>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Randy Dunlap and committed by
Martin K. Petersen
4d516e49 aa7069d8

+1 -1
+1 -1
drivers/scsi/aacraid/aachba.c
··· 271 271 " 0=PIC(default), 1=MSI, 2=MSI-X)"); 272 272 module_param(startup_timeout, int, S_IRUGO|S_IWUSR); 273 273 MODULE_PARM_DESC(startup_timeout, "The duration of time in seconds to wait for" 274 - " adapter to have it's kernel up and\n" 274 + " adapter to have its kernel up and\n" 275 275 "running. This is typically adjusted for large systems that do not" 276 276 " have a BIOS."); 277 277 module_param(aif_timeout, int, S_IRUGO|S_IWUSR);