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
netfilter
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 270 bytes
README -rw-r--r-- 299 bytes
TODO -rw-r--r-- 1.2 KB
af_decnet.c -rw-r--r-- 53.6 KB
dn_dev.c -rw-r--r-- 33.2 KB
dn_fib.c -rw-r--r-- 17.8 KB
dn_neigh.c -rw-r--r-- 15.5 KB
dn_nsp_in.c -rw-r--r-- 21.4 KB
dn_nsp_out.c -rw-r--r-- 17.6 KB
dn_route.c -rw-r--r-- 43.8 KB
dn_rules.c -rw-r--r-- 5.6 KB
dn_table.c -rw-r--r-- 19.9 KB
dn_timer.c -rw-r--r-- 3.1 KB
sysctl_net_decnet.c -rw-r--r-- 10.0 KB

README

back to top