diff options
author | Masahiro Yamada <[email protected]> | 2021-04-11 04:45:30 +0900 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2021-04-14 15:22:49 +0900 |
commit | 68876c38c4b30653c1779414954ce747a455253c (patch) | |
tree | a6b5b6cb1612a6aaee78fcf443d67f15b23d8991 /scripts/gdb/linux/timerlist.py | |
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 <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions