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-- 950 bytes
Makefile -rw-r--r-- 155 bytes
core.c -rw-r--r-- 8.4 KB
core.h -rw-r--r-- 2.4 KB
nl80211.c -rw-r--r-- 9.5 KB
nl80211.h -rw-r--r-- 510 bytes
radiotap.c -rw-r--r-- 8.5 KB
sysfs.c -rw-r--r-- 1.8 KB
sysfs.h -rw-r--r-- 197 bytes
wext.c -rw-r--r-- 44.9 KB

back to top