[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Z_4458uUI3LURa8M@stanley.mountain>
Date: Tue, 15 Apr 2025 13:45:59 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Wesley Cheng <quic_wcheng@...cinc.com>,
Jaroslav Kysela <perex@...ex.cz>
Cc: Takashi Iwai <tiwai@...e.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Mark Brown <broonie@...nel.org>, linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: [PATCH] ALSA: usb-audio: qcom: delete a stray tab
This code is indented one extra tab. Delete the tab.
Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>
---
sound/usb/qcom/qc_audio_offload.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/usb/qcom/qc_audio_offload.c b/sound/usb/qcom/qc_audio_offload.c
index 5874eb5ba827..8b096f37ad4c 100644
--- a/sound/usb/qcom/qc_audio_offload.c
+++ b/sound/usb/qcom/qc_audio_offload.c
@@ -379,7 +379,7 @@ static int uaudio_send_disconnect_ind(struct snd_usb_audio *chip)
} else if (ret < 0) {
dev_err(uaudio_qdev->data->dev,
"failed with ret %d\n", ret);
- atomic_set(&dev->in_use, 0);
+ atomic_set(&dev->in_use, 0);
}
mutex_lock(&qdev_mutex);
mutex_lock(&chip->mutex);
--
2.47.2
Powered by blists - more mailing lists