Any reason why %4.4x and not %04x?
From: Denis Vlasenko
Date: Thu Aug 25 2005 - 03:04:20 EST
Hi folks,
We have ~2k of printf format specs like this:
"%s: Transmit timed out, status %4.4x, PHY status %4.4x, resetting...\n"
IIRC %04x and %4.4x is totally equivalent. I even tested that
(test program is not here at the moment).
I have patches to save that 2k, if anybody knows about
any subtle differences between %04x and %4.4x please speak up.
--
vda
-
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/