lkml.org 
[lkml]   [2019]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH net 00/14] net: hsr: improvements and bug fixes
Date
This series has some coding style fixes and other bug fixes.
Patch 12/14, I have also done SPDX conversion. Not sure if
that is the only thing needed and is correct. So please pay
close attention to this patch before merge as I would like to
avoid any issue related to licensing applicable for this code.

Thanks

Murali Karicheri

Aaron Kramer (1):
net: hsr: Fix node prune function for forget time expiry

Murali Karicheri (13):
net: hsr: fix lines exceeding 80 characters
net: hsr: fix multiple blank lines in the code
net: hsr: remove unnecessary paranthesis from the code
net: hsr: fix alignment issues in the code for functions
net: hsr: fix lines that ends with a '('
net: hsr: fix NULL checks in the code
net: hsr: remove unnecessary space after a cast
net: hsr: fix placement of logical operator in a multi-line statement
net: hsr: add missing space around operator in code
net: hsr: remove camel case usage in the code
net: hsr: add blank line after function declaration
net: hsr: convert to SPDX identifier
net: hsr: add debugfs support for display node list

net/hsr/Makefile | 1 +
net/hsr/hsr_device.c | 66 +++++++++-----------
net/hsr/hsr_device.h | 6 +-
net/hsr/hsr_forward.c | 90 ++++++++++++---------------
net/hsr/hsr_forward.h | 6 +-
net/hsr/hsr_framereg.c | 127 ++++++++++++++++----------------------
net/hsr/hsr_framereg.h | 18 ++++--
net/hsr/hsr_main.c | 16 ++---
net/hsr/hsr_main.h | 63 ++++++++++---------
net/hsr/hsr_netlink.c | 59 +++++++-----------
net/hsr/hsr_netlink.h | 6 +-
net/hsr/hsr_prp_debugfs.c | 120 +++++++++++++++++++++++++++++++++++
net/hsr/hsr_slave.c | 19 ++----
net/hsr/hsr_slave.h | 7 +--
14 files changed, 327 insertions(+), 277 deletions(-)
create mode 100644 net/hsr/hsr_prp_debugfs.c

--
2.17.0

\
 
 \ /
  Last update: 2019-04-05 19:32    [W:0.085 / U:0.728 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site