Skip to content

Commit 78c5335

Browse files
rddunlapjonmason
authored andcommitted
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]>
1 parent e70dc09 commit 78c5335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ntb/hw/mscc/ntb_hw_switchtec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ static int switchtec_ntb_mw_set_trans(struct ntb_dev *ntb, int pidx, int widx,
297297
* (see CMA_CONFIG_ALIGNMENT)
298298
*/
299299
dev_err(&sndev->stdev->dev,
300-
"ERROR: Memory window address is not aligned to it's size!\n");
300+
"ERROR: Memory window address is not aligned to its size!\n");
301301
return -EINVAL;
302302
}
303303

0 commit comments

Comments
 (0)