All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/15] net: cosa: clean up some code style issues
@ 2021-06-16  7:23 Guangbin Huang
  2021-06-16  7:23 ` [PATCH net-next 01/15] net: cosa: remove redundant blank lines Guangbin Huang
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Guangbin Huang @ 2021-06-16  7:23 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 (15):
  net: cosa: remove redundant blank lines
  net: cosa: add blank line after declarations
  net: cosa: fix the code style issue about "foo* bar"
  net: cosa: replace comparison to NULL with "!chan->rx_skb"
  net: cosa: move out assignment in if condition
  net: cosa: fix the comments style issue
  net: cosa: add braces {} to all arms of the statement
  net: cosa: remove redundant braces {}
  net: cosa: add necessary () to macro argument
  net: cosa: use BIT macro
  net: cosa: fix the alignment issue
  net: cosa: fix the code style issue about trailing statements
  net: cosa: add some required spaces
  net: cosa: remove trailing whitespaces
  net: cosa: remove redundant spaces

 drivers/net/wan/cosa.c | 493 ++++++++++++++++++++++++++-----------------------
 1 file changed, 260 insertions(+), 233 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-06-16  8:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  7:23 [PATCH net-next 00/15] net: cosa: clean up some code style issues Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 01/15] net: cosa: remove redundant blank lines Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 02/15] net: cosa: add blank line after declarations Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 03/15] net: cosa: fix the code style issue about "foo* bar" Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 04/15] net: cosa: replace comparison to NULL with "!chan->rx_skb" Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 05/15] net: cosa: move out assignment in if condition Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 06/15] net: cosa: fix the comments style issue Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 07/15] net: cosa: add braces {} to all arms of the statement Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 08/15] net: cosa: remove redundant braces {} Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 09/15] net: cosa: add necessary () to macro argument Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 10/15] net: cosa: use BIT macro Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 11/15] net: cosa: fix the alignment issue Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 12/15] net: cosa: fix the code style issue about trailing statements Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 13/15] net: cosa: add some required spaces Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 14/15] net: cosa: remove trailing whitespaces Guangbin Huang
2021-06-16  7:23 ` [PATCH net-next 15/15] net: cosa: remove redundant spaces Guangbin Huang
2021-06-16  8:00 ` [PATCH net-next 00/15] net: cosa: 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.