kernel/drivers/net/wireless/ath/carl9170/debug.c
.. .. @@ -45,7 +45,7 @@ 45 45 #include "cmd.h" 46 46 47 47 #define ADD(buf, off, max, fmt, args...) \ 48 - off += snprintf(&buf[off], max - off, fmt, ##args);48 + off += scnprintf(&buf[off], max - off, fmt, ##args);49 49 50 50 51 51 struct carl9170_debugfs_fops {