All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: media: Remove space before tabs
@ 2015-02-19  9:59 Vatika Harlalka
  2015-02-26 18:51 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Vatika Harlalka @ 2015-02-19  9:59 UTC (permalink / raw)
  To: outreachy-kernel

This patch is to remove space before tabs to follow
kernel coding conventions.

Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com>
---
 drivers/staging/media/tlg2300/pd-alsa.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/media/tlg2300/pd-alsa.c b/drivers/staging/media/tlg2300/pd-alsa.c
index dd8fe10..e23f437 100644
--- a/drivers/staging/media/tlg2300/pd-alsa.c
+++ b/drivers/staging/media/tlg2300/pd-alsa.c
@@ -23,7 +23,7 @@ static void complete_handler_audio(struct urb *urb);
 #define AUDIO_BUF_SIZE	(512)
 #define PERIOD_SIZE	(1024 * 8)
 #define PERIOD_MIN	(4)
-#define PERIOD_MAX 	PERIOD_MIN
+#define PERIOD_MAX	PERIOD_MIN
 
 static struct snd_pcm_hardware snd_pd_hw_capture = {
 	.info = SNDRV_PCM_INFO_BLOCK_TRANSFER |
@@ -61,7 +61,7 @@ static int snd_pd_capture_open(struct snd_pcm_substream *substream)
 	if (!p)
 		return -ENODEV;
 	pa->users++;
-	pa->card_close 		= 0;
+	pa->card_close			= 0;
 	pa->capture_pcm_substream	= substream;
 	runtime->private_data		= p;
 
@@ -78,7 +78,7 @@ static int snd_pd_pcm_close(struct snd_pcm_substream *substream)
 	struct poseidon_audio *pa = &p->audio;
 
 	pa->users--;
-	pa->card_close 		= 1;
+	pa->card_close = 1;
 	usb_autopm_put_interface(p->interface);
 	kref_put(&p->kref, poseidon_delete);
 	return 0;
-- 
1.9.1



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

* Re: [Outreachy kernel] [PATCH] Staging: media: Remove space before tabs
  2015-02-19  9:59 [PATCH] Staging: media: Remove space before tabs Vatika Harlalka
@ 2015-02-26 18:51 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 18:51 UTC (permalink / raw)
  To: Vatika Harlalka; +Cc: outreachy-kernel

On Thu, Feb 19, 2015 at 03:29:28PM +0530, Vatika Harlalka wrote:
> This patch is to remove space before tabs to follow
> kernel coding conventions.
> 
> Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com>
> ---
>  drivers/staging/media/tlg2300/pd-alsa.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

This file is no longer in Linus's tree :(


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

end of thread, other threads:[~2015-02-26 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-19  9:59 [PATCH] Staging: media: Remove space before tabs Vatika Harlalka
2015-02-26 18:51 ` [Outreachy kernel] " Greg KH

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.