ntb_hw_switchtec: fix the spelling of "its"
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 23 Dec 2021 00:48:02 +0000 (16:48 -0800)
committerJon Mason <jdmason@kudzu.us>
Tue, 11 Jan 2022 20:38:59 +0000 (15:38 -0500)
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>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/hw/mscc/ntb_hw_switchtec.c

index 4c6eb61..b2d956c 100644 (file)
@@ -297,7 +297,7 @@ static int switchtec_ntb_mw_set_trans(struct ntb_dev *ntb, int pidx, int widx,
                 * (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;
        }