Message ID | 20211223004802.18184-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Handled Elsewhere |
Delegated to: | Bjorn Helgaas |
Headers | show |
Series | ntb_hw_switchtec: fix the spelling of "its" | expand |
On 2021-12-22 5:48 p.m., Randy Dunlap wrote: > 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> > Cc: Logan Gunthorpe <logang@deltatee.com> > Oh, yup, thanks! Reviewed-by: Logan Gunthorpe <logang@deltatee.com> Though this patch should have been sent to the NTB list as changes to that file go through there. (I've cced that list and the maintainer Jon, but the original patch might need a resend). Logan
--- linux-next-20211222.orig/drivers/ntb/hw/mscc/ntb_hw_switchtec.c +++ linux-next-20211222/drivers/ntb/hw/mscc/ntb_hw_switchtec.c @@ -297,7 +297,7 @@ static int switchtec_ntb_mw_set_trans(st * (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; }
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> Cc: Logan Gunthorpe <logang@deltatee.com>