diff mbox series

net: wan/lmc: fix spelling of "its"

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

Checks

Context Check Description
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers warning 2 maintainers not CCed: arnd@arndb.de ztong0001@gmail.com
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch fail CHECK: spaces preferred around that '-' (ctx:VxV) ERROR: code indent should use tabs where possible WARNING: Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... WARNING: line length of 119 exceeds 80 columns WARNING: please, no spaces at the start of a line
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/tree_selection success Guessing tree name failed - patch did not apply

Commit Message

Randy Dunlap Dec. 23, 2021, 6:26 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 24, 2021, 10:30 a.m. UTC | #1
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!
diff mbox series

Patch

--- 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]){