Commit 78c5335b authored by Randy Dunlap's avatar Randy Dunlap Committed by Jon Mason
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
Reviewed-by: default avatarLogan Gunthorpe <logang@deltatee.com>
Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
parent e70dc094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}