diff options
Diffstat (limited to 'datapath/datapath.h')
-rw-r--r-- | datapath/datapath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath/datapath.h b/datapath/datapath.h index 88496257d..f20deedb0 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -99,8 +99,8 @@ struct datapath { * @input_vport: The original vport packet came in on. This value is cached * when a packet is received by OVS. * @mru: The maximum received fragement size; 0 if the packet is not - * @cutlen: The number of bytes from the packet end to be removed. * fragmented. + * @cutlen: The number of bytes from the packet end to be removed. */ struct ovs_skb_cb { struct vport *input_vport; |