diff options
author | Randy Dunlap <[email protected]> | 2021-12-22 16:48:02 -0800 |
---|---|---|
committer | Jon Mason <[email protected]> | 2022-01-11 15:38:59 -0500 |
commit | 78c5335b1aa6a2ba60dbad7e5bf10b3ef517c18a (patch) | |
tree | 30af44885734fd3e11e5e988e32dc888e25a292d | |
parent | e70dc094265c0418bbd895d9657611ac8d509a1c (diff) |
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 <[email protected]>
Cc: Kurt Schwemmer <[email protected]>
Reviewed-by: Logan Gunthorpe <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
-rw-r--r-- | drivers/ntb/hw/mscc/ntb_hw_switchtec.c | 2 |
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; } |