Commit c4b49512 authored by Simon Horman's avatar Simon Horman Committed by David S. Miller

vxlan: correct spelling in comments

Fix some spelling / typos:
* droppped -> dropped
* asddress -> address
* compatbility -> compatibility
Signed-off-by: default avatarSimon Horman <simon.horman@netronome.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7887456e
...@@ -989,7 +989,7 @@ static int vxlan_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb, ...@@ -989,7 +989,7 @@ static int vxlan_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb,
/* Watch incoming packets to learn mapping between Ethernet address /* Watch incoming packets to learn mapping between Ethernet address
* and Tunnel endpoint. * and Tunnel endpoint.
* Return true if packet is bogus and should be droppped. * Return true if packet is bogus and should be dropped.
*/ */
static bool vxlan_snoop(struct net_device *dev, static bool vxlan_snoop(struct net_device *dev,
union vxlan_addr *src_ip, const u8 *src_mac) union vxlan_addr *src_ip, const u8 *src_mac)
...@@ -1085,7 +1085,7 @@ void vxlan_sock_release(struct vxlan_sock *vs) ...@@ -1085,7 +1085,7 @@ void vxlan_sock_release(struct vxlan_sock *vs)
EXPORT_SYMBOL_GPL(vxlan_sock_release); EXPORT_SYMBOL_GPL(vxlan_sock_release);
/* Update multicast group membership when first VNI on /* Update multicast group membership when first VNI on
* multicast asddress is brought up * multicast address is brought up
*/ */
static int vxlan_igmp_join(struct vxlan_dev *vxlan) static int vxlan_igmp_join(struct vxlan_dev *vxlan)
{ {
...@@ -1229,7 +1229,7 @@ static int vxlan_udp_encap_recv(struct sock *sk, struct sk_buff *skb) ...@@ -1229,7 +1229,7 @@ static int vxlan_udp_encap_recv(struct sock *sk, struct sk_buff *skb)
* this as a malformed packet. This behavior diverges from * this as a malformed packet. This behavior diverges from
* VXLAN RFC (RFC7348) which stipulates that bits in reserved * VXLAN RFC (RFC7348) which stipulates that bits in reserved
* in reserved fields are to be ignored. The approach here * in reserved fields are to be ignored. The approach here
* maintains compatbility with previous stack code, and also * maintains compatibility with previous stack code, and also
* is more robust and provides a little more security in * is more robust and provides a little more security in
* adding extensions to VXLAN. * adding extensions to VXLAN.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment