Re: [PATCH] Fix broken debug output reserve_region_with_split()

From: David Miller
Date: Fri Oct 17 2008 - 16:07:29 EST


From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Oct 2008 08:51:58 -0700 (PDT)

> Why do you think %08x wouldn't do that?
>
> The "8" part is the _minimal_ part. If there really are more digits than
> that, then you'll see them.

You probably mean "%08lx" since plain "x" expects an "int" which is
32-bit. At least that's my understanding.

But sure, that would work too.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/