diff mbox

sound: tegra: tegra_asoc_utils.h: Fix typo in include guard

Message ID 1408699627-7364-1-git-send-email-linux@rasmusvillemoes.dk
State Not Applicable, archived
Headers show

Commit Message

Rasmus Villemoes Aug. 22, 2014, 9:27 a.m. UTC
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 sound/soc/tegra/tegra_asoc_utils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thierry Reding Aug. 22, 2014, 9:31 a.m. UTC | #1
On Fri, Aug 22, 2014 at 11:27:07AM +0200, Rasmus Villemoes wrote:
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> ---
>  sound/soc/tegra/tegra_asoc_utils.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/tegra/tegra_asoc_utils.h b/sound/soc/tegra/tegra_asoc_utils.h
> index 9577121..ca80376 100644
> --- a/sound/soc/tegra/tegra_asoc_utils.h
> +++ b/sound/soc/tegra/tegra_asoc_utils.h
> @@ -21,7 +21,7 @@
>   */
>  
>  #ifndef __TEGRA_ASOC_UTILS_H__
> -#define __TEGRA_ASOC_UTILS_H_
> +#define __TEGRA_ASOC_UTILS_H__
>  
>  struct clk;
>  struct device;

Hehe, good catch.

Acked-by: Thierry Reding <treding@nvidia.com>
Mark Brown Aug. 22, 2014, 6:36 p.m. UTC | #2
On Fri, Aug 22, 2014 at 11:27:07AM +0200, Rasmus Villemoes wrote:
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>

Applied, thanks - again please try to follow the subject line style.
diff mbox

Patch

diff --git a/sound/soc/tegra/tegra_asoc_utils.h b/sound/soc/tegra/tegra_asoc_utils.h
index 9577121..ca80376 100644
--- a/sound/soc/tegra/tegra_asoc_utils.h
+++ b/sound/soc/tegra/tegra_asoc_utils.h
@@ -21,7 +21,7 @@ 
  */
 
 #ifndef __TEGRA_ASOC_UTILS_H__
-#define __TEGRA_ASOC_UTILS_H_
+#define __TEGRA_ASOC_UTILS_H__
 
 struct clk;
 struct device;