hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/wireless/ath/carl9170/debug.c
....@@ -45,7 +45,7 @@
4545 #include "cmd.h"
4646
4747 #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);
4949
5050
5151 struct carl9170_debugfs_fops {