projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a6a99
)
Fix tab/space issue.
author
Justin Pettit
<jpettit@nicira.com>
Tue, 22 Apr 2008 00:59:44 +0000
(17:59 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 22 Apr 2008 00:59:44 +0000
(17:59 -0700)
datapath/datapath.h
patch
|
blob
|
history
diff --git
a/datapath/datapath.h
b/datapath/datapath.h
index 0da13162c5845c56bf3b2a496c9a240eef6341f5..3e765e2cd5d7f83c11709a431ecc67626136de91 100644
(file)
--- a/
datapath/datapath.h
+++ b/
datapath/datapath.h
@@
-48,9
+48,9
@@
struct datapath {
struct net_device dev;
struct net_device_stats stats;
- /* Configuration set from controller */
- uint16_t flags;
- uint16_t miss_send_len;
+
/* Configuration set from controller */
+
uint16_t flags;
+
uint16_t miss_send_len;
/* Switch ports. */
struct net_bridge_port *ports[OFPP_MAX];