Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 234f5b73 authored by Stephen Hemminger's avatar Stephen Hemminger
Browse files

vxlan: cosmetic cleanup's



Fix whitespace and spelling

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Acked-by: default avatarDavid L Stevens <dlstevens@us.ibm.com>
parent bb3fd687
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ struct vxlanhdr {

/* UDP port for VXLAN traffic.
 * The IANA assigned port is 4789, but the Linux default is 8472
 * for compatability with early adopters.
 * for compatibility with early adopters.
 */
static unsigned short vxlan_port __read_mostly = 8472;
module_param_named(udp_port, vxlan_port, ushort, 0444);