diff options
author | 2024-11-17 23:01:40 -0800 | |
---|---|---|
committer | 2024-11-21 16:12:29 +0000 | |
commit | 789ca0eb47f7782b3230ab0957eabd7967b78cae (patch) | |
tree | 1aea3f40cedb4ff13cc5238b9e8794069e3e3be0 /scripts/lib/kdoc/kdoc_files.py | |
parent | Revert "f2fs: remove unreachable lazytime mount option parsing" (diff) | |
download | wireguard-linux-789ca0eb47f7782b3230ab0957eabd7967b78cae.tar.xz wireguard-linux-789ca0eb47f7782b3230ab0957eabd7967b78cae.zip |
f2fs: replace deprecated strcpy with strscpy
strcpy is deprecated. Kernel docs recommend replacing strcpy with
strscpy. The function strcpy() return value isn't used so there
shouldn't be an issue replacing with the safer alternative strscpy.
Signed-off-by: Daniel Yang <danielyangkang@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions