mbox series

[net-next,0/2] hsr: hsr code refactoring

Message ID 20200506154634.12352-1-ap420073@gmail.com
Headers show
Series hsr: hsr code refactoring | expand

Message

Taehee Yoo May 6, 2020, 3:46 p.m. UTC
There are some unnecessary routine in the hsr module.
This patch removes these routines.

The first patch removes incorrect comment.
The second patch removes unnecessary WARN_ONCE() macro.

Taehee Yoo (2):
  hsr: remove incorrect comment
  hsr: remove WARN_ONCE() in hsr_fill_frame_info()

 net/hsr/hsr_forward.c | 2 +-
 net/hsr/hsr_main.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

David Miller May 8, 2020, 12:40 a.m. UTC | #1
From: Taehee Yoo <ap420073@gmail.com>
Date: Wed,  6 May 2020 15:46:34 +0000

> There are some unnecessary routine in the hsr module.
> This patch removes these routines.
> 
> The first patch removes incorrect comment.
> The second patch removes unnecessary WARN_ONCE() macro.

Series applied, thanks.