Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Colin King <colin.king@canonical.com>
Cc: alsa-devel@alsa-project.org, Jaroslav Kysela <perex@perex.cz>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ALSA: usx2y: fix inconsistent indenting on if statement
Date: Wed, 02 Dec 2015 18:03:53 +0100	[thread overview]
Message-ID: <s5hsi3kn5om.wl-tiwai@suse.de> (raw)
In-Reply-To: <1449056993-9987-1-git-send-email-colin.king@canonical.com>

On Wed, 02 Dec 2015 12:49:53 +0100,
Colin King wrote:
> 
> From: Colin Ian King <colin.king@canonical.com>
> 
> minor change, indenting is one tab out.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks.


Takashi

> ---
>  sound/usb/usx2y/usbusx2yaudio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/usb/usx2y/usbusx2yaudio.c b/sound/usb/usx2y/usbusx2yaudio.c
> index 61d5dc2..dd40ca9 100644
> --- a/sound/usb/usx2y/usbusx2yaudio.c
> +++ b/sound/usb/usx2y/usbusx2yaudio.c
> @@ -166,7 +166,7 @@ static int usX2Y_urb_play_prepare(struct snd_usX2Y_substream *subs,
>  			/* set the buffer pointer */
>  			urb->transfer_buffer = runtime->dma_area + subs->hwptr * usX2Y->stride;
>  			if ((subs->hwptr += count) >= runtime->buffer_size)
> -			subs->hwptr -= runtime->buffer_size;			
> +				subs->hwptr -= runtime->buffer_size;
>  		}
>  	else
>  		urb->transfer_buffer = subs->tmpbuf;
> -- 
> 2.6.2
> 
> 

      reply	other threads:[~2015-12-02 17:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-02 11:49 [PATCH] ALSA: usx2y: fix inconsistent indenting on if statement Colin King
2015-12-02 17:03 ` Takashi Iwai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hsi3kn5om.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=colin.king@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox