summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-03-27 14:38:57 +0000
committerAndy Zhou <azhou@nicira.com>2014-03-28 13:14:18 -0700
commit9b516652a1b0113faf6cfa4df2039b7c8a217838 (patch)
tree0aa72af38d0d9d3d4f33c54cbb8917996cdffaad /include/linux
parent7e36ac42e33a89d5d2c981ea7750939a1da6db89 (diff)
downloadopenvswitch-9b516652a1b0113faf6cfa4df2039b7c8a217838.tar.gz
recirculation: Some cosmetic fixes
Wrap long lines, fix whitespaces, and fix a typo in a comment. No functional changes are intended. Cc: Andy Zhou <azhou@nicira.com> Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: Andy Zhou <azhou@nicira.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/openvswitch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h
index d9282d675..3fc4978cb 100644
--- a/include/linux/openvswitch.h
+++ b/include/linux/openvswitch.h
@@ -549,7 +549,8 @@ enum ovs_recirc_hash_alg {
* struct ovs_action_recirc - %OVS_ACTION_ATTR_RECIRC action argument.
* @recirc_id: The Recirculation label, Zero is invalid.
* @hash_alg: Algorithm used to compute hash prior to recirculation.
- * @hash_bias: bias used for computing hash. used to compute hash prior to recirculation.
+ * @hash_bias: bias used for computing hash. used to compute hash prior to
+ * recirculation.
*/
struct ovs_action_recirc {
uint32_t hash_alg; /* One of ovs_dp_hash_alg. */