Skip to content

Commit

Permalink
mt76: use proper name for __MT76x02_H macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed Jan 11, 2019
1 parent d77c861 commit eca96cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mt76x02.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -236,4 +236,4 @@ mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast)
return &sta->vif->group_wcid;
}

#endif
#endif /* __MT76x02_H */

0 comments on commit eca96cd

Please sign in to comment.