ALSA: include/uapi/sound/firewire.h: use "_UAPI" instead of "UAPI"
authorChen Gang <gang.chen@asianux.com>
Thu, 7 Nov 2013 03:14:29 +0000 (11:14 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Nov 2013 09:28:54 +0000 (10:28 +0100)
When installing, "scripts/headers_install.sh" will strip guard macro'
"_UAPI" to prevent from appearing it to users. And also, all another
files which need uapi prefix always use "_UAPI", not "UAPI".

So use "_UAPI" instead of "UAPI" on the guard macro, and also give a
comment for "#endif".

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/firewire.h

index e86131ca49e5ab24518aeae8f620b1f4f64d955c..59f5961302bfbef1c4f710acc7ce5142d2e05aa9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef UAPI_SOUND_FIREWIRE_H_INCLUDED
-#define UAPI_SOUND_FIREWIRE_H_INCLUDED
+#ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED
+#define _UAPI_SOUND_FIREWIRE_H_INCLUDED
 
 #include <linux/ioctl.h>
 
@@ -48,4 +48,4 @@ struct snd_firewire_get_info {
  * Returns -EBUSY if the driver is already streaming.
  */
 
-#endif
+#endif /* _UAPI_SOUND_FIREWIRE_H_INCLUDED */