[alsa-devel] [PATCH] sound: tegra: tegra_asoc_utils.h: Fix typo in include guard
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;
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
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.
participants (3)
-
Mark Brown
-
Rasmus Villemoes
-
Thierry Reding