[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140829093329.GG24579@lee--X1>
Date: Fri, 29 Aug 2014 10:33:29 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Rasmus Villemoes <linux@...musvillemoes.dk>
Cc: Samuel Ortiz <sameo@...ux.intel.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] include/linux/mfd/davinci_voicecodec.h: Fix typo in
include guard
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@...musvillemoes.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists