mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
dpif-linux: Minor style fixes.
Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Pritesh Kothari <pritesh.kothari@cisco.com>
This commit is contained in:
@@ -1362,9 +1362,9 @@ dpif_linux_execute(struct dpif *dpif_, struct dpif_execute *execute)
|
||||
#define MAX_OPS 50
|
||||
|
||||
static void
|
||||
dpif_linux_operate__(struct dpif_linux *dpif, struct dpif_op **ops, size_t n_ops)
|
||||
dpif_linux_operate__(struct dpif_linux *dpif,
|
||||
struct dpif_op **ops, size_t n_ops)
|
||||
{
|
||||
|
||||
struct op_auxdata {
|
||||
struct nl_transaction txn;
|
||||
|
||||
|
Reference in New Issue
Block a user