remove some hh and h format specifiers
authorsf <sf@openbsd.org>
Sun, 4 May 2014 19:27:08 +0000 (19:27 +0000)
committersf <sf@openbsd.org>
Sun, 4 May 2014 19:27:08 +0000 (19:27 +0000)
commitbae39597acfa762bf81a46e384a30bf8528a1c6b
treec98704910a1e869e712a1a74f2302f6221f6be34
parentfee20d6336ae737dbb28e9f2039be59c1ba09b25
remove some hh and h format specifiers

gcc does not like hh in kprintf and it does not make any difference due
to integer promotion rules. While there, remove some h's, too.

suggested by kettenis@
sys/kern/uipc_mbuf.c