diff options
author | Masahiro Yamada | 2021-04-11 04:45:30 +0900 |
---|---|---|
committer | Masahiro Yamada | 2021-04-14 15:22:49 +0900 |
commit | 68876c38c4b30653c1779414954ce747a455253c (patch) | |
tree | a6b5b6cb1612a6aaee78fcf443d67f15b23d8991 /crypto | |
parent | f02aa48dde8b96eef5998b049ad11547bfc16080 (diff) |
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: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions