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

From: Peng Li <lipeng321@huawei.com>

This patchset clean up some code style issues.

Peng Li (8):
  net: hd64570: remove redundant blank lines
  net: hd64570: add blank line after declarations
  net: hd64570: fix the code style issue about "foo* bar"
  net: hd64570: fix the code style issue about trailing statements
  net: hd64570: add braces {} to all arms of the statement
  net: hd64570: fix the comments style issue
  net: hd64570: remove redundant parentheses
  net: hd64570: add some required spaces

 drivers/net/wan/hd64570.c | 124 ++++++++++++++++++++++++----------------------
 1 file changed, 66 insertions(+), 58 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-06-07 19:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05  7:00 [PATCH net-next 0/8] net: hd64570: clean up some code style issues Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 1/8] net: hd64570: remove redundant blank lines Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 2/8] net: hd64570: add blank line after declarations Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 3/8] net: hd64570: fix the code style issue about "foo* bar" Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 4/8] net: hd64570: fix the code style issue about trailing statements Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 5/8] net: hd64570: add braces {} to all arms of the statement Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 6/8] net: hd64570: fix the comments style issue Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 7/8] net: hd64570: remove redundant parentheses Guangbin Huang
2021-06-05  7:00 ` [PATCH net-next 8/8] net: hd64570: add some required spaces Guangbin Huang
2021-06-07 19:30 ` [PATCH net-next 0/8] net: hd64570: 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.