Re: [PATCH 2/2] ide-scsi: use print_hex_dump from <linux/kernel.h>

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: Denis Cheng <crquan@...>, <linux-ide@...>, <linux-scsi@...>, <linux-kernel@...>, Randy Dunlap <randy.dunlap@...>
Date: Tuesday, November 27, 2007 - 3:34 pm

On Tue, 2007-11-27 at 01:31 -0800, Andrew Morton wrote:

Perhaps an even simpler generic version of what's
now used in crypto/tcrypt.c:

void print_cont_hex_dump_bytes(const void *buf, size_t len)
{
	print_hex_dump(KERN_CONT, "", DUMP_PREFIX_NONE,
		       16, 1, buf, len, false);
}

or just use print_hex_dump_bytes.


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 2/2] ide-scsi: use print_hex_dump from &lt;linux/..., Bartlomiej Zolnierkiewicz..., (Tue Nov 27, 4:34 pm)
Re: [PATCH 2/2] ide-scsi: use print_hex_dump from &lt;linux/..., Bartlomiej Zolnierkiewicz..., (Tue Nov 27, 5:02 pm)
Re: [PATCH 2/2] ide-scsi: use print_hex_dump from <linux/..., Joe Perches, (Tue Nov 27, 3:34 pm)