Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75935
b: refs/heads/master
c: a10e119
h: refs/heads/master
i:
  75933: 9f2717a
  75931: be9e6fb
  75927: 5ea1d66
  75919: a3227bc
  75903: a14abbb
v: v3
  • Loading branch information
Denis Cheng authored and Herbert Xu committed Jan 10, 2008
1 parent 8cdb0f5 commit e7c093d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: d2456c66236c15d6462f1ac751cdbd48a34e9704
refs/heads/master: a10e11946bb2d59516a5252b1b588e2963a13ebe
7 changes: 3 additions & 4 deletions trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@ static char *check[] = {

static void hexdump(unsigned char *buf, unsigned int len)
{
while (len--)
printk("%02x", *buf++);

printk("\n");
print_hex_dump(KERN_CONT, "", DUMP_PREFIX_OFFSET,
16, 1,
buf, len, false);
}

static void tcrypt_complete(struct crypto_async_request *req, int err)
Expand Down

0 comments on commit e7c093d

Please sign in to comment.