aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/ntb
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-12-22 16:48:02 -0800
committerJon Mason <jdmason@kudzu.us>2022-01-11 15:38:59 -0500
commit78c5335b1aa6a2ba60dbad7e5bf10b3ef517c18a (patch)
tree30af44885734fd3e11e5e988e32dc888e25a292d /drivers/ntb
parentNTB/msi: Fix ntbm_msi_request_threaded_irq() kernel-doc comment (diff)
downloadwireguard-linux-78c5335b1aa6a2ba60dbad7e5bf10b3ef517c18a.tar.xz
wireguard-linux-78c5335b1aa6a2ba60dbad7e5bf10b3ef517c18a.zip
ntb_hw_switchtec: fix the spelling of "its"
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>
Diffstat (limited to 'drivers/ntb')
-rw-r--r--drivers/ntb/hw/mscc/ntb_hw_switchtec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
index 4c6eb61a6ac6..b2d956c2d610 100644
--- a/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
+++ b/drivers/ntb/hw/mscc/ntb_hw_switchtec.c
@@ -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;
}