Skip to content
Commit 68876c38 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()



snprintf() always terminates the destination buffer with '\0' even if
the buffer is not long enough. (In this case, the last element of the
buffer becomes '\0'.)

The explicit termination is unneeded.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent f02aa48d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment