[RFC PATCH 0/3] print UUID/GUIDs with %pU

From: Joe Perches
Date: Sun Sep 27 2009 - 01:57:57 EST


Perhaps UUIDs are common enough to use a %p extension

Joe Perches (3):
lib/vsprintf.c: Add %pU - ptr to a UUID/GUID
treewide: use %pU to print UUID/GUIDs
drivers/staging/hv/: use %pU to print UUID/GUIDs

drivers/char/random.c | 10 +--
drivers/firmware/dmi_scan.c | 5 +-
drivers/md/md.c | 16 +----
drivers/media/video/uvc/uvc_ctrl.c | 69 +++++++++-----------
drivers/media/video/uvc/uvc_driver.c | 7 +-
drivers/media/video/uvc/uvcvideo.h | 10 ---
drivers/staging/hv/ChannelMgmt.c | 22 +------
drivers/staging/hv/vmbus_drv.c | 116 ++++------------------------------
fs/gfs2/sys.c | 16 +----
fs/ubifs/debug.c | 9 +--
fs/ubifs/super.c | 7 +--
fs/xfs/xfs_log_recover.c | 14 +---
include/linux/efi.h | 6 +--
lib/vsprintf.c | 58 +++++++++++++++++-
14 files changed, 125 insertions(+), 240 deletions(-)

--
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/