projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e256b6
)
dpif: Remove stray new-line.
author
Ben Pfaff
<blp@nicira.com>
Mon, 11 Jan 2010 19:06:36 +0000
(11:06 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 11 Jan 2010 19:06:36 +0000
(11:06 -0800)
Suggested by Justin Pettit.
lib/dpif.c
patch
|
blob
|
history
diff --git
a/lib/dpif.c
b/lib/dpif.c
index 06f793ca636ec4c13163a947c1f3df508a1d91fc..6eaa5e0c84cb813f141d1ce355a65d9fcac7f9e5 100644
(file)
--- a/
lib/dpif.c
+++ b/
lib/dpif.c
@@
-298,7
+298,6
@@
dpif_set_drop_frags(struct dpif *dpif, bool drop_frags)
return error;
}
-
/* Attempts to add 'devname' as a port on 'dpif', given the combination of
* ODP_PORT_* flags in 'flags'. If successful, returns 0 and sets '*port_nop'
* to the new port's port number (if 'port_nop' is non-null). On failure,