mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Samuel Ortiz <sameo@linux.intel.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] include/linux/mfd/davinci_voicecodec.h: Fix typo in include guard
Date: Fri, 29 Aug 2014 10:33:29 +0100	[thread overview]
Message-ID: <20140829093329.GG24579@lee--X1> (raw)
In-Reply-To: <1408726143-3014-1-git-send-email-linux@rasmusvillemoes.dk>

On Fri, 22 Aug 2014, Rasmus Villemoes wrote:
> The include guard doesn't work as intended due to the transposition
> typo DAVINCI -> DAVINIC.
> 
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> ---
>  include/linux/mfd/davinci_voicecodec.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Corrected non-standard $SUBJECT line and applied.

> diff --git a/include/linux/mfd/davinci_voicecodec.h b/include/linux/mfd/davinci_voicecodec.h
> index 5166935..cb01496 100644
> --- a/include/linux/mfd/davinci_voicecodec.h
> +++ b/include/linux/mfd/davinci_voicecodec.h
> @@ -21,7 +21,7 @@
>   */
>  
>  #ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_
> -#define __LINUX_MFD_DAVINIC_VOICECODEC_H_
> +#define __LINUX_MFD_DAVINCI_VOICECODEC_H_
>  
>  #include <linux/kernel.h>
>  #include <linux/platform_device.h>

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

      reply	other threads:[~2014-08-29  9:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22 16:49 Rasmus Villemoes
2014-08-29  9:33 ` Lee Jones [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=20140829093329.GG24579@lee--X1 \
    --to=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=sameo@linux.intel.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

Powered by JetHome