[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ae443a0d-9272-d538-ee85-6d5bf1231db8@nbd.name>
Date: Mon, 1 Oct 2018 13:57:22 +0200
From: Felix Fietkau <nbd@....name>
To: Colin King <colin.king@...onical.com>,
Kalle Valo <kvalo@...eaurora.org>,
"David S . Miller" <davem@...emloft.net>,
Matthias Brugger <matthias.bgg@...il.com>,
Lorenzo Bianconi <lorenzo.bianconi@...hat.com>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mt76: fix header guard macro define names
On 2018-10-01 00:57, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> The header guards that are #defined are different from those being
> checked. Fix this by #defining them to the correct name.
>
> Fixes clang warnings:
> drivers/net/wireless/mediatek/mt76/mt76x02_mcu.h:17:9:
> warning: '__MT76x02_MCU_H' is used as a header guard here, followed
> by #define of a different macro [-Wheader-guard]
>
> drivers/net/wireless/mediatek/mt76/mt76x02_usb.h:17:9:
> warning: '__MT76x02_USB_H' is used as a header guard here, followed
> by #define of a different macro [-Wheader-guard]
>
> Fixes: 905db7470199 ("mt76: usb: move mt76x02 mcu code in mt76x02-usb module")
> Fixes: edaa580bc830 ("mt76: move shared mcu_calibrate routine in mt76x02-lib module")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Merged, thanks.
- Felix
Powered by blists - more mailing lists