net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD
authorWan Jiabing <wanjiabing@vivo.com>
Wed, 23 Feb 2022 02:34:19 +0000 (10:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Feb 2022 12:45:44 +0000 (12:45 +0000)
commitecf4a24cf97838fb0b78d4ede0f91d80b058289c
treecff99caec90552c22be854b1c28340db5db2f996
parent404ba13a6588d72b3fb9e5c17b73e4725f18c047
net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD

Fix following coccicheck warning:
./net/sched/act_api.c:277:7-49: WARNING avoid newline at end of message
in NL_SET_ERR_MSG_MOD

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c