Re: [PATCH] asm-generic: Add missing brackets for io_stop_wc macro

From: Catalin Marinas
Date: Thu Jan 20 2022 - 10:56:55 EST


On Fri, 14 Jan 2022 18:58:57 +0800, Xiongfeng Wang wrote:
> After using io_stop_wc(), drivers reports following compile error when
> compiled on X86.
>
> drivers/net/ethernet/hisilicon/hns3/hns3_enet.c: In function ‘hns3_tx_push_bd’:
> drivers/net/ethernet/hisilicon/hns3/hns3_enet.c:2058:12: error: expected ‘;’ before ‘(’ token
> io_stop_wc();
> ^
> It is because I missed to add the brackets after io_stop_wc macro. So
> let's add the missing brackets.
>
> [...]

Applied to arm64 (for-next/core), thanks!

[1/1] asm-generic: Add missing brackets for io_stop_wc macro
https://git.kernel.org/arm64/c/440323b6cf5b

--
Catalin