From b09f9ad321e1b31e6945eac680f69700f189ff98 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 4 Aug 2012 11:11:21 +0200 Subject: [PATCH] hptrr(4): Add a __printflike(). --- sys/dev/raid/hptrr/osm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/raid/hptrr/osm.h b/sys/dev/raid/hptrr/osm.h index 1fc8d7db9e..c0fd6561df 100644 --- a/sys/dev/raid/hptrr/osm.h +++ b/sys/dev/raid/hptrr/osm.h @@ -185,7 +185,7 @@ int os_revalidate_device(void *osext, int target_id); HPT_U8 os_get_vbus_seq(void *osext); /* debug support */ -int os_printk(char *fmt, ...); +int os_printk(char *fmt, ...) __printflike(1, 2); #if DBG extern int hptrr_dbg_level; -- 2.15.1