hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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 {