Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282275
b: refs/heads/master
c: 0a24361
h: refs/heads/master
i:
  282273: cccf426
  282271: aaffec4
v: v3
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed Dec 15, 2011
1 parent a5faeb6 commit e8971bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3f37d1636b7142527704ff62bf6f695a2887501
refs/heads/master: 0a24361566d750065849f63521097f8373a0ac6b
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/qla4xxx/ql4_dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ void qla4xxx_dump_buffer(void *b, uint32_t size)
printk("------------------------------------------------------------"
"--\n");
for (cnt = 0; cnt < size; c++) {
printk(KERN_INFO "%02x", *c);
printk("%02x", *c);
if (!(++cnt % 16))
printk(KERN_INFO "\n");
printk("\n");

else
printk(KERN_INFO " ");
printk(" ");
}
printk(KERN_INFO "\n");
}
Expand Down

0 comments on commit e8971bd

Please sign in to comment.