|
@@ -440,7 +440,7 @@ static void fm10k_restore_vxlan_port(struct fm10k_intfc *interface)
|
|
|
* @sa_family: Address family of new port
|
|
|
* @port: port number used for VXLAN
|
|
|
*
|
|
|
- * This funciton is called when a new VXLAN interface has added a new port
|
|
|
+ * This function is called when a new VXLAN interface has added a new port
|
|
|
* number to the range that is currently in use for VXLAN. The new port
|
|
|
* number is always added to the tail so that the port number list should
|
|
|
* match the order in which the ports were allocated. The head of the list
|
|
@@ -484,7 +484,7 @@ insert_tail:
|
|
|
* @sa_family: Address family of freed port
|
|
|
* @port: port number used for VXLAN
|
|
|
*
|
|
|
- * This funciton is called when a new VXLAN interface has freed a port
|
|
|
+ * This function is called when a new VXLAN interface has freed a port
|
|
|
* number from the range that is currently in use for VXLAN. The freed
|
|
|
* port is removed from the list and the new head is used to determine
|
|
|
* the port number for offloads.
|