projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005486c
)
Fixed some tab/space issues.
author
Justin Pettit
<jpettit@nicira.com>
Sun, 30 Mar 2008 08:38:01 +0000
(
01:38
-0700)
committer
Justin Pettit
<jpettit@nicira.com>
Sun, 30 Mar 2008 08:38:01 +0000
(
01:38
-0700)
datapath/table-hash.c
patch
|
blob
|
history
diff --git
a/datapath/table-hash.c
b/datapath/table-hash.c
index 42327d4ca51f50e8a1b0446384fa578fe3bf9267..6f3e419628984e0edb85ccb5b3e3ef14fb88fd91 100644
(file)
--- a/
datapath/table-hash.c
+++ b/
datapath/table-hash.c
@@
-440,7
+440,7
@@
kmem_alloc(size_t size)
ptr = vmalloc(size);
if (ptr)
printk("openflow: used vmalloc for %lu bytes\n",
- (unsigned long)size);
+
(unsigned long)size);
}
return ptr;
}