Re: [PATCH v2] vsprintf: add Bluetooth UUID %pU[rR] format specifier

2013-10-21 Thread Joe Perches
On Sun, 2013-10-20 at 13:36 -0700, Marcel Holtmann wrote: > The Bluetooth UUID is used in big endian reversed order. Add new > modifier to print a UUID in big endian, but where the input byte > stream is actually in reversed order. Thanks Marcel. This looks fine to me but for one nit that you did

[PATCH v2] vsprintf: add Bluetooth UUID %pU[rR] format specifier

2013-10-20 Thread Marcel Holtmann
The Bluetooth UUID is used in big endian reversed order. Add new modifier to print a UUID in big endian, but where the input byte stream is actually in reversed order. This is similar to %pMR that allows to print a MAC address in reversed order since that is how the Bluetooth BD_ADDR is actually r