From: Randy Dunlap Date: Thu, 23 Dec 2021 06:26:11 +0000 (-0800) Subject: net: wan/lmc: fix spelling of "its" X-Git-Tag: v6.1-rc5~2306^2~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24d8a9001a91716d9399d1606b32ec27e9f6d125;p=platform%2Fkernel%2Flinux-starfive.git net: wan/lmc: fix spelling of "its" Use the possessive "its" instead of the contraction of "it is" ("it's") in user messages. Signed-off-by: Randy Dunlap Cc: Krzysztof Halasa Cc: "David S. Miller" Cc: Jakub Kicinski Signed-off-by: David S. Miller --- diff --git a/drivers/net/wan/lmc/lmc_main.c b/drivers/net/wan/lmc/lmc_main.c index ed687bf..6a142dc 100644 --- a/drivers/net/wan/lmc/lmc_main.c +++ b/drivers/net/wan/lmc/lmc_main.c @@ -550,7 +550,7 @@ static int lmc_siocdevprivate(struct net_device *dev, struct ifreq *ifr, (timeout-- > 0)) cpu_relax(); - printk(KERN_DEBUG "%s: Waited %d for the Xilinx to clear it's memory\n", dev->name, 500000-timeout); + printk(KERN_DEBUG "%s: Waited %d for the Xilinx to clear its memory\n", dev->name, 500000-timeout); for(pos = 0; pos < xc.len; pos++){ switch(data[pos]){