All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] ALSA: asihpi: clean up indentation, replace spaces with tab
@ 2018-11-16 15:06 Colin King
  2018-11-16 15:06 ` [PATCH 2/5] ASoC: tlv320aic31xx: asihpi: clean up indentation, remove extraneous tab Colin King
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Colin King @ 2018-11-16 15:06 UTC (permalink / raw)
  To: Takashi Iwai, Liam Girdwood, Mark Brown, Patrick Lai,
	Banajit Goswami, alsa-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

The struct declaration is not indented correctly. Fix this by replacing
spaces with a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 sound/pci/asihpi/asihpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c
index a31fe1550903..aad74e809797 100644
--- a/sound/pci/asihpi/asihpi.c
+++ b/sound/pci/asihpi/asihpi.c
@@ -1183,7 +1183,7 @@ static int snd_card_asihpi_capture_prepare(struct snd_pcm_substream *substream)
 static u64 snd_card_asihpi_capture_formats(struct snd_card_asihpi *asihpi,
 					u32 h_stream)
 {
-  struct hpi_format hpi_format;
+	struct hpi_format hpi_format;
 	u16 format;
 	u16 err;
 	u32 h_control;
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-11-19 11:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16 15:06 [PATCH 1/5] ALSA: asihpi: clean up indentation, replace spaces with tab Colin King
2018-11-16 15:06 ` [PATCH 2/5] ASoC: tlv320aic31xx: asihpi: clean up indentation, remove extraneous tab Colin King
2018-11-17  3:28   ` Applied "ASoC: tlv320aic31xx: asihpi: clean up indentation, remove extraneous tab" to the asoc tree Mark Brown
2018-11-17  3:28     ` Mark Brown
2018-11-17  3:28     ` Mark Brown
2018-11-16 15:06 ` [PATCH 3/5] ASoC: tlv320dac33: clean up indentation, remove extraneous tab Colin King
2018-11-17  3:28   ` Applied "ASoC: tlv320dac33: clean up indentation, remove extraneous tab" to the asoc tree Mark Brown
2018-11-17  3:28     ` Mark Brown
2018-11-17  3:28     ` Mark Brown
2018-11-16 15:06 ` [PATCH 4/5] ASoC: arizona: fix indentation issue with return statement Colin King
2018-11-17  3:28   ` Applied "ASoC: arizona: fix indentation issue with return statement" to the asoc tree Mark Brown
2018-11-17  3:28     ` Mark Brown
2018-11-17  3:28     ` Mark Brown
2018-11-16 15:06 ` [PATCH 5/5] ASoC: qcom: clean up indentation, remove extraneous tab Colin King
2018-11-17  3:27   ` Applied "ASoC: qcom: clean up indentation, remove extraneous tab" to the asoc tree Mark Brown
2018-11-17  3:27     ` Mark Brown
2018-11-17  3:27     ` Mark Brown
2018-11-19 11:16 ` [PATCH 1/5] ALSA: asihpi: clean up indentation, replace spaces with tab Takashi Iwai
2018-11-19 11:16   ` Takashi Iwai
2018-11-19 11:16   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.