hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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 {