[alsa-devel] [PATCH] sound: soc: da732x.h: Fix typo in include guard
22 Aug
2014
22 Aug
'14
11:25 a.m.
Signed-off-by: Rasmus Villemoes linux@rasmusvillemoes.dk --- sound/soc/codecs/da732x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/da732x.h b/sound/soc/codecs/da732x.h index 1dceafe..f586cbd 100644 --- a/sound/soc/codecs/da732x.h +++ b/sound/soc/codecs/da732x.h @@ -11,7 +11,7 @@ */
#ifndef __DA732X_H_ -#define __DA732X_H +#define __DA732X_H_
#include <sound/soc.h>
--
1.9.2
22 Aug
22 Aug
8:35 p.m.
New subject: [alsa-devel] [PATCH] sound: soc: da732x.h: Fix typo in include guard
On Fri, Aug 22, 2014 at 11:25:13AM +0200, Rasmus Villemoes wrote:
Signed-off-by: Rasmus Villemoes linux@rasmusvillemoes.dk
Applied, but please use subject lines matching the style for the subsystem - if your commit log looks different to others for the same files try to avoid that.
3775
Age (days ago)
3775
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mark Brown
-
Rasmus Villemoes