Re: [PATCH] iwlwifi: mvm: fix tof.h header guard

From: Johannes Berg
Date: Mon Sep 14 2015 - 04:37:40 EST


On Sat, 2015-09-12 at 12:04 +0200, Nicolas Iooss wrote:
> Commit ce7929186a39 ("iwlwifi: mvm: add basic Time of Flight
> (802.11mc
> FTM) support") created drivers/net/wireless/iwlwifi/mvm/tof.h with a
> broken header guard:
>
> #ifndef __tof
> #define __tof_h__
>
> ...
>
> #endif /* __tof_h__ */
>
> Use __tof_h__ in the first line.
>
Thanks, I applied it to our development tree.

johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/