]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: btintel_pcie: use strscpy to copy plain strings
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 1 Apr 2026 16:46:24 +0000 (18:46 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 13 Apr 2026 13:19:42 +0000 (09:19 -0400)
commit76388eae1da94f6c29886c7e49bce1d5abf88734
tree2bdf96ab2a6fef57220eb514af1665be59fce7f1
parent85fa3512048793076eef658f66489112dcc91993
Bluetooth: btintel_pcie: use strscpy to copy plain strings

Use strscpy() instead of snprintf() to copy plain strings with no format
specifiers.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c