All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] net: wan: clean up some code style issues
@ 2021-05-24 14:47 Guangbin Huang
  2021-05-24 14:47 ` [PATCH net-next 01/10] net: wan: remove redundant blank lines Guangbin Huang
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Guangbin Huang @ 2021-05-24 14:47 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: wan: remove redundant blank lines
  net: wan: fix an code style issue about "foo* bar"
  net: wan: add blank line after declarations
  net: wan: code indent use tabs where possible
  net: wan: fix the code style issue about trailing statements
  net: wan: add some required spaces
  net: wan: move out assignment in if condition
  net: wan: replace comparison to NULL with "!card"
  net: wan: fix the comments style issue
  net: wan: add braces {} to all arms of the statement

 drivers/net/wan/wanxl.c | 186 ++++++++++++++++++++++++------------------------
 1 file changed, 94 insertions(+), 92 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH net-next 00/10] net: wan: clean up some code style issues
@ 2021-05-26 11:44 Guangbin Huang
  2021-05-26 11:44 ` [PATCH net-next 01/10] net: wan: remove redundant blank lines Guangbin Huang
  0 siblings, 1 reply; 15+ messages in thread
From: Guangbin Huang @ 2021-05-26 11:44 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: wan: remove redundant blank lines
  net: wan: add blank line after declarations
  net: wan: fix an code style issue about "foo* bar"
  net: wan: add some required spaces
  net: wan: move out assignment in if condition
  net: wan: code indent use tabs where possible
  net: wan: remove space after '!'
  net: wan: add braces {} to all arms of the statement
  net: wan: remove redundant braces {}
  net: wan: remove unnecessary out of memory message

 drivers/net/wan/hdlc_fr.c | 101 ++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 67 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-05-27  2:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 14:47 [PATCH net-next 00/10] net: wan: clean up some code style issues Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 01/10] net: wan: remove redundant blank lines Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 02/10] net: wan: fix an code style issue about "foo* bar" Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 03/10] net: wan: add blank line after declarations Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 04/10] net: wan: code indent use tabs where possible Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 05/10] net: wan: fix the code style issue about trailing statements Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 06/10] net: wan: add some required spaces Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 07/10] net: wan: move out assignment in if condition Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 08/10] net: wan: replace comparison to NULL with "!card" Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 09/10] net: wan: fix the comments style issue Guangbin Huang
2021-05-24 14:47 ` [PATCH net-next 10/10] net: wan: add braces {} to all arms of the statement Guangbin Huang
2021-05-24 21:10 ` [PATCH net-next 00/10] net: wan: clean up some code style issues patchwork-bot+netdevbpf
2021-05-26 11:44 Guangbin Huang
2021-05-26 11:44 ` [PATCH net-next 01/10] net: wan: remove redundant blank lines Guangbin Huang
2021-05-27  0:57   ` Jakub Kicinski
2021-05-27  2:22     ` lipeng (Y)

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.