Message ID | 20211223062611.24125-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 24d8a9001a91716d9399d1606b32ec27e9f6d125 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: wan/lmc: fix spelling of "its" | expand |
Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 22 Dec 2021 22:26:11 -0800 you wrote: > Use the possessive "its" instead of the contraction of "it is" ("it's") > in user messages. > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Krzysztof Halasa <khc@pm.waw.pl> > Cc: "David S. Miller" <davem@davemloft.net> > Cc: Jakub Kicinski <kuba@kernel.org> > > [...] Here is the summary with links: - net: wan/lmc: fix spelling of "its" https://git.kernel.org/netdev/net-next/c/24d8a9001a91 You are awesome, thank you!
--- linux-next-20211222.orig/drivers/net/wan/lmc/lmc_main.c +++ linux-next-20211222/drivers/net/wan/lmc/lmc_main.c @@ -550,7 +550,7 @@ static int lmc_siocdevprivate(struct net (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]){
Use the possessive "its" instead of the contraction of "it is" ("it's") in user messages. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Krzysztof Halasa <khc@pm.waw.pl> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> --- drivers/net/wan/lmc/lmc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)