summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc.py
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-10-18 12:51:45 +0200
committerNiklas Cassel <cassel@kernel.org>2025-10-23 14:23:40 +0200
commit4ea303d9e9862ff8bd3707f67b267646b8ffd3ec (patch)
tree166f8d56985fd53274e439987c126017bd6914f6 /scripts/kernel-doc.py
parentc9d869fb29d3844ec6a48b1255d6ad582309011f (diff)
ata: pata_it821x: Replace deprecated strcpy with strscpy in it821x_display_disk
strcpy() is deprecated; use strscpy() instead. Replace the hard-coded buffer size 8 with sizeof(mbuf) when using snprintf() while we're at it. Link: https://github.com/KSPP/linux/issues/88 Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Signed-off-by: Niklas Cassel <cassel@kernel.org>
Diffstat (limited to 'scripts/kernel-doc.py')
0 files changed, 0 insertions, 0 deletions