diff mbox series

ntb_hw_switchtec: fix the spelling of "its"

Message ID 20211223004802.18184-1-rdunlap@infradead.org
State New
Headers show
Series ntb_hw_switchtec: fix the spelling of "its" | expand

Commit Message

Randy Dunlap Dec. 23, 2021, 12:48 a.m. UTC
Use the possessive "its" instead of the contraction "it's" (it is)
in user messages.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
Cc: Logan Gunthorpe <logang@deltatee.com>

Comments

Logan Gunthorpe Dec. 23, 2021, 12:50 a.m. UTC | #1
On 2021-12-22 5:48 p.m., Randy Dunlap wrote:
> Use the possessive "its" instead of the contraction "it's" (it is)
> in user messages.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
> Cc: Logan Gunthorpe <logang@deltatee.com>
> 

Oh, yup, thanks!

Reviewed-by: Logan Gunthorpe <logang@deltatee.com>

Though this patch should have been sent to the NTB list as changes to
that file go through there. (I've cced that list and the maintainer Jon,
but the original patch might need a resend).

Logan
diff mbox series

Patch

--- linux-next-20211222.orig/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
+++ linux-next-20211222/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
@@ -297,7 +297,7 @@  static int switchtec_ntb_mw_set_trans(st
 		 * (see CMA_CONFIG_ALIGNMENT)
 		 */
 		dev_err(&sndev->stdev->dev,
-			"ERROR: Memory window address is not aligned to it's size!\n");
+			"ERROR: Memory window address is not aligned to its size!\n");
 		return -EINVAL;
 	}