kernel: Pass a real format string to functions which expect one.
authorSascha Wildner <saw@online.de>
Wed, 4 Apr 2012 21:31:43 +0000 (23:31 +0200)
committerSascha Wildner <saw@online.de>
Wed, 4 Apr 2012 21:31:43 +0000 (23:31 +0200)
commita7a9566230a8b1ccb77f407588ebc35b9a831a1e
tree6166d0fcf977001fcfdfecb88f3d3661e73dbef3
parent9ffde04a28eb51c517db6d8b3989aa4fc1a97adf
kernel: Pass a real format string to functions which expect one.

This is safer than just passing a random string.

A few of these changes might be overly cautious but it doesn't
hurt to stick with using formats where they are expected more
or less generally.
12 files changed:
sys/bus/usb/usb.c
sys/dev/acpica5/acpi_asus/acpi_asus.c
sys/dev/misc/dcons/dcons_os.c
sys/dev/netif/en_pci/if_en_pci.c
sys/dev/raid/aac/aac_debug.c
sys/dev/raid/twa/tw_cl_misc.c
sys/kern/kern_kthread.c
sys/kern/subr_bus.c
sys/kern/subr_disk.c
sys/kern/vfs_conf.c
sys/netinet/ip_divert.c
sys/vm/vm_zone.c