linux-IllusionX/sound/isa
Joe Perches 75b1a8f9d6 ALSA: Convert strlcpy to strscpy when return value is unused
strlcpy is deprecated.  see: Documentation/process/deprecated.rst

Change the calls that do not use the strlcpy return value to the
preferred strscpy.

Done with cocci script:

@@
expression e1, e2, e3;
@@

-	strlcpy(
+	strscpy(
	e1, e2, e3);

This cocci script leaves the instances where the return value is
used unchanged.

After this patch, sound/ has 3 uses of strlcpy() that need to be
manually inspected for conversion and changed one day.

$ git grep -w strlcpy sound/
sound/usb/card.c:               len = strlcpy(card->longname, s, sizeof(card->longname));
sound/usb/mixer.c:      return strlcpy(buf, p->name, buflen);
sound/usb/mixer.c:                      return strlcpy(buf, p->names[index], buflen);

Miscellenea:

o Remove trailing whitespace in conversion of sound/core/hwdep.c

Link: https://lore.kernel.org/lkml/CAHk-=wgfRnXz0W3D37d01q3JFkr_i_uTL=V6A6G1oUZcprmknw@mail.gmail.com/

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/22b393d1790bb268769d0bab7bacf0866dcb0c14.camel@perches.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2021-01-08 09:30:05 +01:00
..
ad1816a ALSA: Fix misspellings of "Analog Devices" 2020-04-17 11:38:03 +02:00
ad1848 ALSA: Convert strlcpy to strscpy when return value is unused 2021-01-08 09:30:05 +01:00
cs423x ALSA: Convert strlcpy to strscpy when return value is unused 2021-01-08 09:30:05 +01:00
es1688 ALSA: Convert strlcpy to strscpy when return value is unused 2021-01-08 09:30:05 +01:00
galaxy ALSA: Use fallthrough pseudo-keyword 2020-07-09 13:01:29 +02:00
gus ALSA: isa/gus: remove 'set but not used' warning 2020-07-07 12:02:24 +02:00
msnd ALSA: Use fallthrough pseudo-keyword 2020-07-09 13:01:29 +02:00
opti9xx ALSA: Use fallthrough pseudo-keyword 2020-07-09 13:01:29 +02:00
sb ALSA: Convert strlcpy to strscpy when return value is unused 2021-01-08 09:30:05 +01:00
wavefront ALSA: isa/wavefront: prevent out of bounds write in ioctl 2020-05-01 12:25:49 +02:00
wss ALSA: wss: More constifications 2020-01-05 16:15:05 +01:00
adlib.c treewide: Add SPDX license identifier for more missed files 2019-05-21 10:50:45 +02:00
als100.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
azt2320.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
cmi8328.c ALSA: cmi8328: More constifications 2020-01-05 16:14:59 +01:00
cmi8330.c ALSA: cmi8330: More constifications 2020-01-05 16:15:01 +01:00
es18xx.c ALSA: isa: delete repeated words in comments 2020-08-06 09:29:25 +02:00
Kconfig sound: Fix Kconfig indentation 2019-10-07 03:53:03 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
opl3sa2.c ALSA: isa: Constify snd_kcontrol_new items 2020-01-03 09:24:25 +01:00
sc6000.c ALSA: sc6000: More constification 2020-01-05 16:15:05 +01:00
sscape.c ALSA: isa: fix spelling mistakes in the comments 2020-08-16 09:37:01 +02:00