for (i = 0 ; i < len; i++)
{
printk("%02x", ((u8*)buf)[i]);
if (i%2)
[*cursor here*] printk(" ");
if (15 == i%16)
printk("\\n");
}
when the cursor is in the position [*cursor here*] context window shows
"hex_dump.for"
I suppose it should show hex_dump.for.if ?