mirror of
https://github.com/openvswitch/ovs
synced 2025-10-11 13:57:52 +00:00
Fix coding style and some typos.
Fixes some lines exceeding 80 chars and a couple of typos. Signed-off-by: Antonio Fischetti <antonio.fischetti@intel.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
committed by
Ben Pfaff
parent
61c478a8e4
commit
1401f6deb6
@@ -3021,7 +3021,7 @@ dpif_netdev_queue_to_priority(const struct dpif *dpif OVS_UNUSED,
|
||||
|
||||
|
||||
/* Creates and returns a new 'struct dp_netdev_actions', whose actions are
|
||||
* a copy of the 'ofpacts_len' bytes of 'ofpacts'. */
|
||||
* a copy of the 'size' bytes of 'actions' input parameters. */
|
||||
struct dp_netdev_actions *
|
||||
dp_netdev_actions_create(const struct nlattr *actions, size_t size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user