Re: [PATCH 1/3] lib/vsprintf.c: Add %pU - ptr to a UUID/GUID
From: Ingo Oeser <hidden>
Date: 2009-09-27 10:55:00
Also in:
lkml
From: Ingo Oeser <hidden>
Date: 2009-09-27 10:55:00
Also in:
lkml
Hi Joe, On Sunday 27 September 2009, Joe Perches wrote:
UUID/GUIDs are somewhat common in kernel source. Standardize the printed style of UUID/GUIDs by using another extension to %p. %pU: 01020304:0506:0708:090a:0b0c0d0e0f10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ here
%pUr: 04030201:0605:0807:0a09:0b0c0d0e0f10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ and here Code does "01020304-0506-0708-090a-0b0c0d0e0f10". This is not, what commit promises. Please change the commit message! Best Regards Ingo Oeser