diff options
author | 2021-06-19 16:47:38 +0300 | |
---|---|---|
committer | 2021-06-21 12:14:11 -0700 | |
commit | faebad853455b7126450c1690f7c31e048213543 (patch) | |
tree | bddfb74b25c6ba2832bac9c2e3f239ed7935155c /drivers/net/wwan/iosm/iosm_ipc_mux_codec.c | |
parent | selftests: tls: fix chacha+bidir tests (diff) | |
download | linux-dev-faebad853455b7126450c1690f7c31e048213543.tar.xz linux-dev-faebad853455b7126450c1690f7c31e048213543.zip |
net: hns3: fix different snprintf() limit
This patch doesn't affect runtime at all, it's just a correctness issue.
The ptp->info.name[] buffer has 16 characters but the snprintf() limit
was capped at 32 characters. Fortunately, HCLGE_DRIVER_NAME is "hclge"
which isn't close to 16 characters so we're fine.
Fixes: 0bf5eb788512 ("net: hns3: add support for PTP")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_mux_codec.c')
0 files changed, 0 insertions, 0 deletions