Hi Malo!

On Sun, Mar 06, 2016 at 09:45:20PM +0100, malo wrote:
> To make it really usable for alternative printf some cleanup in the
> formatting strings would be desirable as well.
> since at the mo there is the mix of direct formatting string with macros
> like PRIi16...

Not sure, but IMO that's fine. E.g. using %u or %hu where we use unsigned
integers or short unsigned integers, and using PRIu16 where we use explicitly
16-bit unsigned integers.

Cheers,
Oleg
-- 
printk(KERN_ERR "msp3400: chip reset failed, penguin on i2c bus?\n");
        linux-2.2.16/drivers/char/msp3400.c

Attachment: signature.asc
Description: PGP signature

_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

Reply via email to