All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] net: sealevel: clean up some code style issues
@ 2021-05-30  6:24 Guangbin Huang
  2021-05-30  6:24 ` [PATCH net-next 01/10] net: sealevel: remove redundant blank lines Guangbin Huang
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Guangbin Huang @ 2021-05-30  6:24 UTC (permalink / raw)
  To: davem, kuba, xie.he.0141, ms, willemb
  Cc: netdev, linux-kernel, lipeng321, tanhuazhong, huangguangbin2

This patchset clean up some code style issues.

Peng Li (10):
  net: sealevel: remove redundant blank lines
  net: sealevel: add blank line after declarations
  net: sealevel: fix the code style issue about "foo* bar"
  net: sealevel: open brace '{' following struct go on the same line
  net: sealevel: add some required spaces
  net: sealevel: remove redundant initialization for statics
  net: sealevel: fix a code style issue about switch and case
  net: sealevel: remove meaningless comments
  net: sealevel: fix the comments style issue
  net: sealevel: fix the alignment issue

 drivers/net/wan/sealevel.c | 126 +++++++++++++++++----------------------------
 1 file changed, 47 insertions(+), 79 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-06-01  5:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30  6:24 [PATCH net-next 00/10] net: sealevel: clean up some code style issues Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 01/10] net: sealevel: remove redundant blank lines Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 02/10] net: sealevel: add blank line after declarations Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 03/10] net: sealevel: fix the code style issue about "foo* bar" Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 04/10] net: sealevel: open brace '{' following struct go on the same line Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 05/10] net: sealevel: add some required spaces Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 06/10] net: sealevel: remove redundant initialization for statics Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 07/10] net: sealevel: fix a code style issue about switch and case Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 08/10] net: sealevel: remove meaningless comments Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 09/10] net: sealevel: fix the comments style issue Guangbin Huang
2021-05-30  6:24 ` [PATCH net-next 10/10] net: sealevel: fix the alignment issue Guangbin Huang
2021-06-01  5:20 ` [PATCH net-next 00/10] net: sealevel: clean up some code style issues patchwork-bot+netdevbpf

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.