mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: Anda-Alexandra Dorneanu <andadrn@gmail.com>
Cc: perex@perex.cz, tiwai@suse.com, lgirdwood@gmail.com,
	broonie@kernel.org, Julia.Lawall@lip6.fr,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: kirkwood: Add a blank line after declarations
Date: Sat, 25 Feb 2017 14:20:48 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.20.1702251419440.2179@hadrien> (raw)
In-Reply-To: <1488020203-14025-1-git-send-email-andadrn@gmail.com>

On Sat, 25 Feb 2017, Anda-Alexandra Dorneanu wrote:

> From: andadrn <andadrn@gmail.com>

Drop the From line.  The From line needs to match up with your Signed off
by line.  But the one generated by your mailer already does that, while
the one you added does not.

julia

>
> This was reported by checkpatch.pl
>
> Signed-off-by: Anda-Alexandra Dorneanu <andadrn@gmail.com>
> ---
>  sound/soc/kirkwood/kirkwood-dma.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/sound/soc/kirkwood/kirkwood-dma.c b/sound/soc/kirkwood/kirkwood-dma.c
> index dafd22e..0af5d46 100644
> --- a/sound/soc/kirkwood/kirkwood-dma.c
> +++ b/sound/soc/kirkwood/kirkwood-dma.c
> @@ -24,6 +24,7 @@
>  static struct kirkwood_dma_data *kirkwood_priv(struct snd_pcm_substream *subs)
>  {
>  	struct snd_soc_pcm_runtime *soc_runtime = subs->private_data;
> +
>  	return snd_soc_dai_get_drvdata(soc_runtime->cpu_dai);
>  }
>
> @@ -91,6 +92,7 @@ static irqreturn_t kirkwood_dma_irq(int irq, void *dev_id)
>  	/* try to find matching cs for current dma address */
>  	for (i = 0; i < dram->num_cs; i++) {
>  		const struct mbus_dram_window *cs = dram->cs + i;
> +
>  		if ((cs->base & 0xffff0000) < (dma & 0xffff0000)) {
>  			writel(cs->base & 0xffff0000,
>  				base + KIRKWOOD_AUDIO_WIN_BASE_REG(win));
> --
> 1.9.1
>
>

      reply	other threads:[~2017-02-25 13:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25 10:56 Anda-Alexandra Dorneanu
2017-02-25 13:20 ` Julia Lawall [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=alpine.DEB.2.20.1702251419440.2179@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=alsa-devel@alsa-project.org \
    --cc=andadrn@gmail.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    /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

all inboxes | Powered by JetHome®