projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854f009
)
Fix indentation error.
author
Ben Pfaff
<blp@nicira.com>
Fri, 30 Jan 2009 00:47:42 +0000
(16:47 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 2 Mar 2009 20:51:59 +0000
(12:51 -0800)
lib/vconn.c
patch
|
blob
|
history
diff --git
a/lib/vconn.c
b/lib/vconn.c
index bc01d4ac1328cc34980bbb07339ec7bd78246ec6..043312ce86a1e2f648368668ff35237908bcf4ea 100644
(file)
--- a/
lib/vconn.c
+++ b/
lib/vconn.c
@@
-1107,7
+1107,7
@@
flow_stats_next(struct flow_stats_iterator *iter)
length = ntohs(fs->length);
if (length < sizeof *fs) {
VLOG_WARN_RL(&rl, "flow stats length %zu is shorter than min %zu",
- length, sizeof *fs);
+
length, sizeof *fs);
return NULL;
} else if (length > bytes_left) {
VLOG_WARN_RL(&rl, "flow stats length %zu but only %td bytes left",