mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
ipv4: ip_output.c: Couple of typo fixes
s/readibility/readability/ s/insufficent/insufficient/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e919ee389c
commit
a66e04ce0e
@ -34,7 +34,7 @@
|
|||||||
* Andi Kleen : Replace ip_reply with ip_send_reply.
|
* Andi Kleen : Replace ip_reply with ip_send_reply.
|
||||||
* Andi Kleen : Split fast and slow ip_build_xmit path
|
* Andi Kleen : Split fast and slow ip_build_xmit path
|
||||||
* for decreased register pressure on x86
|
* for decreased register pressure on x86
|
||||||
* and more readibility.
|
* and more readability.
|
||||||
* Marc Boucher : When call_out_firewall returns FW_QUEUE,
|
* Marc Boucher : When call_out_firewall returns FW_QUEUE,
|
||||||
* silently drop skb instead of failing with -EPERM.
|
* silently drop skb instead of failing with -EPERM.
|
||||||
* Detlev Wengorz : Copy protocol for fragments.
|
* 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.
|
* interface with a smaller MTU.
|
||||||
* - Arriving GRO skb (or GSO skb in a virtualized environment) that is
|
* - 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
|
* bridged to a NETIF_F_TSO tunnel stacked over an interface with an
|
||||||
* insufficent MTU.
|
* insufficient MTU.
|
||||||
*/
|
*/
|
||||||
features = netif_skb_features(skb);
|
features = netif_skb_features(skb);
|
||||||
BUILD_BUG_ON(sizeof(*IPCB(skb)) > SKB_GSO_CB_OFFSET);
|
BUILD_BUG_ON(sizeof(*IPCB(skb)) > SKB_GSO_CB_OFFSET);
|
||||||
|
Loading…
Reference in New Issue
Block a user