]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: seq: seq_oss_event: fix inconsistent indenting warning in note_on_event()
authorCharles Han <hanchunchao@inspur.com>
Fri, 28 Feb 2025 03:34:27 +0000 (11:34 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 28 Feb 2025 09:35:20 +0000 (10:35 +0100)
commit3abe3d342fc6a254e8b878d1e8c72c0ff980e68a
treedc1605926d38ff2f76436f3d82f7020d3510f8ed
parent7fa25e87fecbba89fe9c87b2d902976b42efda32
ALSA: seq: seq_oss_event: fix inconsistent indenting warning in note_on_event()

Fix below inconsistent indenting smatch warning.
smatch warnings:
sound/core/seq/oss/seq_oss_event.c:297 note_on_event() warn: inconsistent indenting

Signed-off-by: Charles Han <hanchunchao@inspur.com>
Link: https://patch.msgid.link/20250228033427.7056-1-hanchunchao@inspur.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_event.c