All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 00/14] net: hsr: improvements and bug fixes
@ 2019-04-05 17:31 Murali Karicheri
  2019-04-05 17:31 ` [PATCH net 01/14] net: hsr: fix lines exceeding 80 characters Murali Karicheri
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Murali Karicheri @ 2019-04-05 17:31 UTC (permalink / raw)
  To: davem, netdev, linux-kernel, arvid.brodin, a-kramer

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-04-07  1:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 17:31 [PATCH net 00/14] net: hsr: improvements and bug fixes Murali Karicheri
2019-04-05 17:31 ` [PATCH net 01/14] net: hsr: fix lines exceeding 80 characters Murali Karicheri
2019-04-05 17:31 ` [PATCH net 02/14] net: hsr: fix multiple blank lines in the code Murali Karicheri
2019-04-05 17:31 ` [PATCH net 03/14] net: hsr: remove unnecessary paranthesis from " Murali Karicheri
2019-04-05 17:31 ` [PATCH net 04/14] net: hsr: fix alignment issues in the code for functions Murali Karicheri
2019-04-05 17:31 ` [PATCH net 05/14] net: hsr: fix lines that ends with a '(' Murali Karicheri
2019-04-05 17:31 ` [PATCH net 06/14] net: hsr: fix NULL checks in the code Murali Karicheri
2019-04-05 17:31 ` [PATCH net 07/14] net: hsr: remove unnecessary space after a cast Murali Karicheri
2019-04-05 17:31 ` [PATCH net 08/14] net: hsr: fix placement of logical operator in a multi-line statement Murali Karicheri
2019-04-05 17:31 ` [PATCH net 09/14] net: hsr: add missing space around operator in code Murali Karicheri
2019-04-05 17:31 ` [PATCH net 10/14] net: hsr: remove camel case usage in the code Murali Karicheri
2019-04-05 17:31 ` [PATCH net 11/14] net: hsr: add blank line after function declaration Murali Karicheri
2019-04-05 17:31 ` [PATCH net 12/14] net: hsr: convert to SPDX identifier Murali Karicheri
2019-04-05 17:31 ` [PATCH net 13/14] net: hsr: add debugfs support for display node list Murali Karicheri
2019-04-05 17:31 ` [PATCH net 14/14] net: hsr: Fix node prune function for forget time expiry Murali Karicheri
2019-04-07  1:32 ` [PATCH net 00/14] net: hsr: improvements and bug fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.