diff mbox series

ipv4: ip_output.c: Couple of typo fixes

Message ID 20210326231608.24407-3-unixbhaskar@gmail.com
State New
Headers show
Series ipv4: ip_output.c: Couple of typo fixes | expand

Commit Message

Bhaskar Chowdhury March 26, 2021, 11:12 p.m. UTC
s/readibility/readability/
s/insufficent/insufficient/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 net/ipv4/ip_output.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.26.2

Comments

patchwork-bot+netdevbpf@kernel.org March 29, 2021, 12:40 a.m. UTC | #1
Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Sat, 27 Mar 2021 04:42:38 +0530 you wrote:
> s/readibility/readability/

> s/insufficent/insufficient/

> 

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

> ---

>  net/ipv4/ip_output.c | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)

> 

> [...]


Here is the summary with links:
  - ipv4: ip_output.c: Couple of typo fixes
    https://git.kernel.org/netdev/net-next/c/a66e04ce0e01

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index 3aab53beb4ea..c3efc7d658f6 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -34,7 +34,7 @@ 
  *		Andi Kleen	: 	Replace ip_reply with ip_send_reply.
  *		Andi Kleen	:	Split fast and slow ip_build_xmit path
  *					for decreased register pressure on x86
- *					and more readibility.
+ *					and more readability.
  *		Marc Boucher	:	When call_out_firewall returns FW_QUEUE,
  *					silently drop skb instead of failing with -EPERM.
  *		Detlev Wengorz	:	Copy protocol for fragments.
@@ -262,7 +262,7 @@  static int ip_finish_output_gso(struct net *net, struct sock *sk,
 	 *    interface with a smaller MTU.
 	 *  - Arriving GRO skb (or GSO skb in a virtualized environment) that is
 	 *    bridged to a NETIF_F_TSO tunnel stacked over an interface with an
-	 *    insufficent MTU.
+	 *    insufficient MTU.
 	 */
 	features = netif_skb_features(skb);
 	BUILD_BUG_ON(sizeof(*IPCB(skb)) > SKB_GSO_CB_OFFSET);