Revision 86dae0154a49b67c908faffeb33ba37eddceba74 authored by Márton Németh on 24 January 2008, 03:33:06 UTC, committed by Len Brown on 24 January 2008, 03:33:06 UTC
Add leading zeros to pr_debug() calls. For example if x=0x0a, the format
"0x%2x" will result the string "0x a", the format "0x%2.2x" will result "0x0a".

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 03d1d99
History
File Mode Size
Kconfig -rw-r--r-- 855 bytes
Makefile -rw-r--r-- 126 bytes
rfkill-input.c -rw-r--r-- 4.4 KB
rfkill-input.h -rw-r--r-- 393 bytes
rfkill.c -rw-r--r-- 10.6 KB

back to top