]> git.proxmox.com Git - ovs.git/commit
dpif-netdev: Fix a couple of coding style issues.
authorKevin Traynor <ktraynor@redhat.com>
Fri, 1 Sep 2017 21:03:18 +0000 (14:03 -0700)
committerDarrell Ball <dlu998@gmail.com>
Tue, 5 Sep 2017 19:02:25 +0000 (12:02 -0700)
commit280802762b62f14fd813e474c3669b414b1cb2fd
treeb21c7e743b5c1504c0756aeffc4ea2b5c45b9b1c
parent45df9fef60611f6d61c082e5e3ae92d68081c2d9
dpif-netdev: Fix a couple of coding style issues.

A couple of trivial fixes for a ternery operator placement
and pointer declaration.

Fixes: 655856ef39b9 ("dpif-netdev: Change rxq_scheduling to use rxq processing cycles.")
Fixes: a2ac666d5265 ("dpif-netdev: Change definitions of 'idle' & 'processing' cycles")
Cc: ciara.loftus@intel.com
Reported-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Ciara Loftus <ciara.loftus@intel.com>
Signed-off-by: Darrell Ball <dlu998@gmail.com>
lib/dpif-netdev.c