[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YFPD9y75BZl/gF9u@lunn.ch>
Date: Thu, 18 Mar 2021 22:19:51 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Ioana Ciornei <ciorneiioana@...il.com>
Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
ruxandra.radulescu@....com, yangbo.lu@....com,
Ioana Ciornei <ioana.ciornei@....com>
Subject: Re: [PATCH net-next 4/5] dpaa2-switch: fit the function declaration
on the same line
> -int dpsw_if_set_link_cfg(struct fsl_mc_io *mc_io,
> - u32 cmd_flags,
> - u16 token,
> - u16 if_id,
> +int dpsw_if_set_link_cfg(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id,
> struct dpsw_link_cfg *cfg)
Hi Ioana
It looks like this one might violate the 80 character limit? The limit
has been increased in Linux in general, but netdev maintainers would
like to keep the old 80 limit where possible.
Andrew
Powered by blists - more mailing lists