Skip to content

Commit a797d1a

Browse files
Allen Chenapconole
authored andcommitted
dpif-netdev: Modify code comments for function parse_tcp_flags.
Fixes: e7e9973 ("dpif-netdev: Forwarding optimization for flows with a simple match") Signed-off-by: Allen Chen <allen.chen@jaguarmicro.com> Reviewed-by: Adrian Moreno <amorenoz@redhat.com> Signed-off-by: Aaron Conole <aconole@redhat.com>
1 parent ab30880 commit a797d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ parse_dl_type(const void **datap, size_t *sizep, ovs_be16 *first_vlan_tci_p)
11401140
* If 'packet' is not an Ethernet packet embedding TCP, returns 0.
11411141
* 'dl_type_p' will be set only if the 'packet' is an Ethernet packet.
11421142
* 'nw_frag_p' will be set only if the 'packet' is an IP packet.
1143-
* 'first_vlan_tci' will be set only if the 'packet' contains vlan header.
1143+
* 'first_vlan_tci_p' will be set only if the 'packet' contains vlan header.
11441144
*
11451145
* The caller must ensure that 'packet' is at least ETH_HEADER_LEN bytes
11461146
* long.'*/

0 commit comments

Comments
 (0)