Re: [PATCH net-next] net: bcmgenet: add RX_CLS_LOC_ANY support

From: Jakub Kicinski
Date: Tue Oct 18 2022 - 22:29:19 EST


On Mon, 17 Oct 2022 14:32:37 -0700 Doug Berger wrote:
> + __u32 tmp;

nit: please name this more appropriately and use normal u32 or unsigned
int type, __u* types are for uAPI definitions only.