Skip to content

Commit aeb7cf2

Browse files
Charles Hantiwai
authored andcommitted
ALSA: emu10k1: fix inconsistent indenting warning in snd_emu10k1_synth_free()
Fix below inconsistent indenting smatch warning. smatch warnings: sound/pci/emu10k1/memory.c:444 snd_emu10k1_synth_free() warn: inconsistent indenting Signed-off-by: Charles Han <hanchunchao@inspur.com> Link: https://patch.msgid.link/20250227085243.18413-1-hanchunchao@inspur.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 604a0fe commit aeb7cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/emu10k1/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *memblk)
441441
unmap_memblk(emu, blk);
442442
spin_unlock_irqrestore(&emu->memblk_lock, flags);
443443
synth_free_pages(emu, blk);
444-
__snd_util_mem_free(hdr, memblk);
444+
__snd_util_mem_free(hdr, memblk);
445445
mutex_unlock(&hdr->block_mutex);
446446
return 0;
447447
}

0 commit comments

Comments
 (0)