diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2019-12-17 20:42:57 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-12-18 07:33:17 +0100 |
commit | df4654bd6e42125d9b85ce3a26eaca2935290b98 (patch) | |
tree | 70993481905d2dc27b47128f94d9c38c37afcdd5 /sound/usb/pcm.c | |
parent | df1d6ea05a75104b8e7dc642cc5d3f9c4b80d58b (diff) | |
download | linux-df4654bd6e42125d9b85ce3a26eaca2935290b98.tar.gz linux-df4654bd6e42125d9b85ce3a26eaca2935290b98.tar.bz2 linux-df4654bd6e42125d9b85ce3a26eaca2935290b98.zip |
ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status
Clang warns:
../sound/usb/usx2y/usX2Yhwdep.c:122:3: warning: misleading indentation;
statement is not part of the previous 'if' [-Wmisleading-indentation]
info->version = USX2Y_DRIVER_VERSION;
^
../sound/usb/usx2y/usX2Yhwdep.c:120:2: note: previous statement is here
if (us428->chip_status & USX2Y_STAT_CHIP_INIT)
^
1 warning generated.
This warning occurs because there is a space before the tab on this
line. Remove it so that the indentation is consistent with the Linux
kernel coding style and clang no longer warns.
This was introduced before the beginning of git history so no fixes tag.
Link: https://github.com/ClangBuiltLinux/linux/issues/831
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Link: https://lore.kernel.org/r/20191218034257.54535-1-natechancellor@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/pcm.c')
0 files changed, 0 insertions, 0 deletions