Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: dummy: Fix trailing whitespaces.

Fix checkpatch.pl ERROR: trailing whitespaces.

Signed-off-by: YJ Lee <yunjunlee@chromium.org>
Link: https://lore.kernel.org/r/20220912072854.760824-1-yunjunlee@chromium.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

YJ Lee and committed by
Takashi Iwai
7ae22bdf 5b4fc395

+4 -4
+4 -4
sound/drivers/dummy.c
··· 296 296 struct dummy_systimer_pcm *dpcm = from_timer(dpcm, t, timer); 297 297 unsigned long flags; 298 298 int elapsed = 0; 299 - 299 + 300 300 spin_lock_irqsave(&dpcm->lock, flags); 301 301 dummy_systimer_update(dpcm); 302 302 dummy_systimer_rearm(dpcm); ··· 717 717 uinfo->value.integer.max = 100; 718 718 return 0; 719 719 } 720 - 720 + 721 721 static int snd_dummy_volume_get(struct snd_kcontrol *kcontrol, 722 722 struct snd_ctl_elem_value *ucontrol) 723 723 { ··· 766 766 .private_value = addr } 767 767 768 768 #define snd_dummy_capsrc_info snd_ctl_boolean_stereo_info 769 - 769 + 770 770 static int snd_dummy_capsrc_get(struct snd_kcontrol *kcontrol, 771 771 struct snd_ctl_elem_value *ucontrol) 772 772 { ··· 1100 1100 snd_power_change_state(card, SNDRV_CTL_POWER_D3hot); 1101 1101 return 0; 1102 1102 } 1103 - 1103 + 1104 1104 static int snd_dummy_resume(struct device *pdev) 1105 1105 { 1106 1106 struct snd_card *card = dev_get_drvdata(pdev);