[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240626075421.1430e8d4@kernel.org>
Date: Wed, 26 Jun 2024 07:54:21 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Alexander Lobakin <aleksander.lobakin@...el.com>
Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, David Ahern
<dsahern@...nel.org>, Xuan Zhuo <xuanzhuo@...ux.alibaba.com>, Andrew Lunn
<andrew@...n.ch>, nex.sw.ncis.osdt.itp.upstreaming@...el.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next 1/5] netdevice: convert private flags > BIT(31)
to bitfields
On Tue, 25 Jun 2024 13:44:28 +0200 Alexander Lobakin wrote:
> - "%s VID: %d REORDER_HDR: %i dev->priv_flags: %llx\n",
> + "%s VID: %d REORDER_HDR: %i dev->priv_flags: %x\n",
compiler says %lx
net/8021q/vlanproc.c: In function ‘vlandev_seq_show’:
net/8021q/vlanproc.c:241:69: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘long unsigned int’ [-Wformat=]
241 | "%s VID: %d REORDER_HDR: %i dev->priv_flags: %x\n",
| ~^
| |
| unsigned int
| %lx
242 | vlandev->name, vlan->vlan_id,
243 | (int)(vlan->flags & 1), vlandev->priv_flags);
| ~~~~~~~~~~~~~~~~~~~
| |
| long unsigned int
--
pw-bot: cr
Powered by blists - more mailing lists