Re: [PATCH net-next v3 2/8] net: dsa: qca8k: Make the QCA8K hardware library available globally

From: Andrew Lunn
Date: Tue Nov 14 2023 - 13:15:32 EST


> int qca8k_port_mirror_add(struct dsa_switch *ds, int port,
> - struct dsa_mall_mirror_tc_entry *mirror,
> - bool ingress, struct netlink_ext_ack *extack)
> + struct dsa_mall_mirror_tc_entry *mirror,
> + bool ingress, struct netlink_ext_ack *extack)

This looks like a whitespece change which should not be here.

Andrew