Re: [PATCH net-next v2 2/2] bonding: combine netlink and console error messages

From: Leon Romanovsky
Date: Tue Aug 10 2021 - 02:47:53 EST


On Tue, Aug 10, 2021 at 02:40:31AM -0400, Jonathan Toppins wrote:
> There seems to be no reason to have different error messages between
> netlink and printk. It also cleans up the function slightly.
>
> v2:
> - changed the printks to reduce object code slightly
> - emit a single error message based on if netlink or sysfs is
> attempting to enslave
>
> Signed-off-by: Jonathan Toppins <jtoppins@xxxxxxxxxx>
> ---
> drivers/net/bonding/bond_main.c | 49 +++++++++++++++++++--------------
> 1 file changed, 29 insertions(+), 20 deletions(-)

Can you please resubmit whole series and not as a reply and put your changelog under ---?
We don't want to see chengelog in final commit message.

Thanks