[alsa-devel] [PATCH] sound: tegra: tegra_asoc_utils.h: Fix typo in include guard
![](https://secure.gravatar.com/avatar/c78d63a3b9e4ac55c82c075ad830e1e5.jpg?s=120&d=mm&r=g)
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;
![](https://secure.gravatar.com/avatar/879d79c6f3490faa837fa11cb97f42bf.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/d930951cb00393ecf9c3db3a56d78fa9.jpg?s=120&d=mm&r=g)
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