diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2013-06-13 02:57:10 +0400 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-06-15 02:09:11 +0400 |
commit | 45bfa52e36ef016b789eca73c7847db3f7b4742d (patch) | |
tree | 3d8df67f8162d832e71f2e7816eb850c8c834718 /include/uapi/linux/openvswitch.h | |
parent | af7841636bb29575fe27faaeb351146e87217717 (diff) | |
download | linux-45bfa52e36ef016b789eca73c7847db3f7b4742d.tar.xz |
openvswitch: Fix struct comment.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'include/uapi/linux/openvswitch.h')
-rw-r--r-- | include/uapi/linux/openvswitch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h index 405918dd7b3f..424672db7f12 100644 --- a/include/uapi/linux/openvswitch.h +++ b/include/uapi/linux/openvswitch.h @@ -192,7 +192,6 @@ enum ovs_vport_type { * optional; if not specified a free port number is automatically selected. * Whether %OVS_VPORT_ATTR_OPTIONS is required or optional depends on the type * of vport. - * and other attributes are ignored. * * For other requests, if %OVS_VPORT_ATTR_NAME is specified then it is used to * look up the vport to operate on; otherwise dp_idx from the &struct |