mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
net: hsr: cosmetic: Remove extra white space
This change just removes extra (i.e. not needed) white space in prp_drop_frame() function. No functional changes. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Hangbin Liu <liuhangbin@gmail.com> Link: https://lore.kernel.org/r/20240618125817.1111070-1-lukma@denx.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
c8bd1f7f3e
commit
89f5e60777
@ -421,9 +421,9 @@ static int hsr_xmit(struct sk_buff *skb, struct hsr_port *port,
|
||||
bool prp_drop_frame(struct hsr_frame_info *frame, struct hsr_port *port)
|
||||
{
|
||||
return ((frame->port_rcv->type == HSR_PT_SLAVE_A &&
|
||||
port->type == HSR_PT_SLAVE_B) ||
|
||||
port->type == HSR_PT_SLAVE_B) ||
|
||||
(frame->port_rcv->type == HSR_PT_SLAVE_B &&
|
||||
port->type == HSR_PT_SLAVE_A));
|
||||
port->type == HSR_PT_SLAVE_A));
|
||||
}
|
||||
|
||||
bool hsr_drop_frame(struct hsr_frame_info *frame, struct hsr_port *port)
|
||||
|
Loading…
Reference in New Issue
Block a user