diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-03-26 23:38:01 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-03-29 12:22:28 -0700 |
commit | 9046d581ed586f3c715357638ca12c0e84402002 (patch) | |
tree | c674e218b700d90014c9cd21e65d49328d31bd59 /Documentation/w1 | |
parent | b6694abcf5dffd2dac83a7fea067d27a49df0079 (diff) | |
download | linux-stable-9046d581ed586f3c715357638ca12c0e84402002.tar.gz linux-stable-9046d581ed586f3c715357638ca12c0e84402002.tar.bz2 linux-stable-9046d581ed586f3c715357638ca12c0e84402002.zip |
enetc: avoid truncating error message
As clang points out, the error message in enetc_setup_xdp_prog()
still does not fit in the buffer and will be truncated:
drivers/net/ethernet/freescale/enetc/enetc.c:2771:3: error: 'snprintf' will always be truncated; specified size is 80, but format string expands to at least 87 [-Werror,-Wformat-truncation]
Replace it with an even shorter message that should fit.
Fixes: f968c56417f0 ("net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_FMTMSG_LEN")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20240326223825.4084412-3-arnd@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/w1')
0 files changed, 0 insertions, 0 deletions