Make sure that arguments match formats. All current uses do. Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> --- drivers/net/wireless/iwlwifi/iwl-debug.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index 01b2330..42e6bbb 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h @@ -34,10 +34,14 @@ struct iwl_priv; +__printf(4, 5) void __iwl_err(struct device *dev, bool rfkill_prefix, bool only_trace, const char *fmt, ...); +__printf(2, 3) void __iwl_warn(struct device *dev, const char *fmt, ...); +__printf(2, 3) void __iwl_info(struct device *dev, const char *fmt, ...); +__printf(2, 3) void __iwl_crit(struct device *dev, const char *fmt, ...); /* No matter what is m (priv, bus, trans), this will work */ @@ -47,10 +51,12 @@ void __iwl_crit(struct device *dev, const char *fmt, ...); #define IWL_CRIT(m, f, a...) __iwl_crit(trans(m)->dev, f, ## a) #if defined(CONFIG_IWLWIFI_DEBUG) || defined(CONFIG_IWLWIFI_DEVICE_TRACING) +__printf(6, 7) void __iwl_dbg(struct iwl_shared *shared, struct device *dev, u32 level, bool limit, const char *function, const char *fmt, ...); #else +__printf(6, 7) static inline void __iwl_dbg(struct iwl_shared *shared, struct device *dev, u32 level, bool limit, const char *function, -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html