linux-stable/drivers/staging/rtl8188eu/os_dep
Kumar Kartikeya Dwivedi 7ea3f3a6bf staging: rtl8188eu: Switch from strlcpy to strscpy
strlcpy is marked as deprecated in Documentation/process/deprecated.rst,
and there is no functional difference when the caller expects truncation
(when not checking the return value). strscpy is relatively better as it
also avoids scanning the whole source string.

This silences the related checkpatch warnings from:
5dbdb2d87c ("checkpatch: prefer strscpy to strlcpy")

Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20210131172838.146706-9-memxor@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-02-04 17:16:06 +01:00
..
ioctl_linux.c staging: rtl8188eu: Switch from strlcpy to strscpy 2021-02-04 17:16:06 +01:00
mlme_linux.c staging: r8188eu: use native wireless IE codes from linux/ieee80211.h 2020-10-26 06:53:10 +01:00
mon.c staging: rtl8188eu: add SPDX identifiers 2018-06-26 11:58:22 +08:00
os_intfs.c staging: r8188eu: inline rtw_init_netdev_name() 2020-10-26 06:53:10 +01:00
osdep_service.c staging: rtl8188eu: rename variable pnetdev -> netdev 2020-02-10 12:37:21 -08:00
recv_linux.c staging: rtl8188eu: remove unnecessary parentheses in recv_linux.c 2018-11-11 11:38:54 -08:00
rtw_android.c staging: rtl8188eu: clean up alignment style issues 2020-09-22 09:51:11 +02:00
usb_intf.c staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table 2021-02-04 17:15:29 +01:00
usb_ops_linux.c staging: rtl8188eu: convert tasklets to use new tasklet_setup() API 2020-09-16 13:13:00 +02:00
xmit_linux.c staging: rtl8188eu: fix rtw_xmit_entry's return value 2021-01-26 18:44:53 +01:00