projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f248d9
)
IB/ehca: Tweak trace message format
author
Hoang-Nam Nguyen
<hnguyen@de.ibm.com>
Mon, 2 Oct 2006 21:52:17 +0000
(14:52 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Mon, 2 Oct 2006 21:52:17 +0000
(14:52 -0700)
Add an extra space to make things more readable.
Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ehca/ehca_tools.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/ehca/ehca_tools.h
b/drivers/infiniband/hw/ehca/ehca_tools.h
index 9f56bb846d93bab73b190ab09e4b3bc691d3e91d..809da3ef706bd72959a26bd2fed842fcbcb239f3 100644
(file)
--- a/
drivers/infiniband/hw/ehca/ehca_tools.h
+++ b/
drivers/infiniband/hw/ehca/ehca_tools.h
@@
-117,7
+117,7
@@
extern int ehca_debug_level;
unsigned int l = (unsigned int)(len); \
unsigned char *deb = (unsigned char*)(adr); \
for (x = 0; x < l; x += 16) { \
- printk("EHCA_DMP:%s" format \
+ printk("EHCA_DMP:%s
" format \
" adr=%p ofs=%04x %016lx %016lx\n", \
__FUNCTION__, ##args, deb, x, \
*((u64 *)&deb[0]), *((u64 *)&deb[8])); \