From e7c093de84b368b1ec93d6eaf2273f253cc6e8ba Mon Sep 17 00:00:00 2001 From: Denis Cheng Date: Fri, 30 Nov 2007 16:59:30 +1100 Subject: [PATCH] --- yaml --- r: 75935 b: refs/heads/master c: a10e11946bb2d59516a5252b1b588e2963a13ebe h: refs/heads/master i: 75933: 9f2717aab9a2db12343b6ee1de18fbe5dad975b4 75931: be9e6fb1f6d8581dbc9f707b87ba40b0b0c935a7 75927: 5ea1d6688ab5b6dc9fc416ae0f14702ed7d57dd9 75919: a3227bcebab69c6a08531e1fd71fb84550a07fd2 75903: a14abbb2ce5e824f133dd918de486fc87247f795 v: v3 --- [refs] | 2 +- trunk/crypto/tcrypt.c | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 4cfe9384e263..f10a81921a98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2456c66236c15d6462f1ac751cdbd48a34e9704 +refs/heads/master: a10e11946bb2d59516a5252b1b588e2963a13ebe diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 71dc02ae8a43..387d1053f11a 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -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)