mbox series

[0/2] ALSA: trivial corrections

Message ID 20210812225904.171529-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ALSA: trivial corrections | expand

Message

Pierre-Louis Bossart Aug. 12, 2021, 10:59 p.m. UTC
One typo and one deprecated function to be replaced.

Pierre-Louis Bossart (2):
  ALSA: core: control_led: use strscpy instead of strlcpy
  ALSA: hda_audio_ext: fix kernel-doc

 include/sound/hdaudio_ext.h | 2 +-
 sound/core/control_led.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Takashi Iwai Aug. 13, 2021, 6:05 a.m. UTC | #1
On Fri, 13 Aug 2021 00:59:02 +0200,
Pierre-Louis Bossart wrote:
> 
> One typo and one deprecated function to be replaced.
> 
> Pierre-Louis Bossart (2):
>   ALSA: core: control_led: use strscpy instead of strlcpy
>   ALSA: hda_audio_ext: fix kernel-doc

Applied both patches now.  Thanks.


Takashi