Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205949
b: refs/heads/master
c: 5fc9e4d
h: refs/heads/master
i:
  205947: e82a214
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent deae85b commit 738312a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fb5206d9c36d85a913a2ae05cb97b2629f345094
refs/heads/master: 5fc9e4d527f059a996f4725a596698fa76c0370f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/quatech_daqp_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static void hex_dump(char *str, void *ptr, int len)

for (i = 0; i < len; i++) {
if (i % 16 == 0)
printk("\n0x%08x:", (unsigned int)cptr);
printk("\n%p:", cptr);

printk(" %02x", *(cptr++));
}
Expand Down

0 comments on commit 738312a

Please sign in to comment.