Skip to content

Commit 89f5e60

Browse files
Lukasz Majewskikuba-moo
authored andcommitted
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 <[email protected]> Reviewed-by: Hangbin Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c8bd1f7 commit 89f5e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/hsr/hsr_forward.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,9 @@ static int hsr_xmit(struct sk_buff *skb, struct hsr_port *port,
421421
bool prp_drop_frame(struct hsr_frame_info *frame, struct hsr_port *port)
422422
{
423423
return ((frame->port_rcv->type == HSR_PT_SLAVE_A &&
424-
port->type == HSR_PT_SLAVE_B) ||
424+
port->type == HSR_PT_SLAVE_B) ||
425425
(frame->port_rcv->type == HSR_PT_SLAVE_B &&
426-
port->type == HSR_PT_SLAVE_A));
426+
port->type == HSR_PT_SLAVE_A));
427427
}
428428

429429
bool hsr_drop_frame(struct hsr_frame_info *frame, struct hsr_port *port)

0 commit comments

Comments
 (0)