]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mt76: use proper name for __MT76x02_H macro
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Thu, 10 Jan 2019 11:14:04 +0000 (12:14 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 11 Jan 2019 14:10:19 +0000 (15:10 +0100)
Use proper name for __MT76x02_H macro in mt76x02.h

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76x02.h

index f594e8c82500291e2f7b94716e10091421fd2e39..d8bd0509a790f517e83a60d6d1b3c02e1eda1aa6 100644 (file)
@@ -15,8 +15,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifndef __MT76X02_UTIL_H
-#define __MT76X02_UTIL_H
+#ifndef __MT76x02_H
+#define __MT76x02_H
 
 #include <linux/kfifo.h>
 
@@ -238,4 +238,4 @@ mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast)
                return &sta->vif->group_wcid;
 }
 
-#endif
+#endif /* __MT76x02_H */