mbox series

[net-next,0/8] net: pc300too: clean up some code style issues

Message ID 1623382582-37854-1-git-send-email-huangguangbin2@huawei.com
Headers show
Series net: pc300too: clean up some code style issues | expand

Message

huangguangbin (A) June 11, 2021, 3:36 a.m. UTC
From: Peng Li <lipeng321@huawei.com>

This patchset clean up some code style issues.

Peng Li (8):
  net: pc300too: remove redundant blank lines
  net: pc300too: add blank line after declarations
  net: pc300too: fix the code style issue about "foo * bar"
  net: pc300too: move out assignment in if condition
  net: pc300too: remove redundant initialization for statics
  net: pc300too: replace comparison to NULL with "!card->plxbase"
  net: pc300too: add some required spaces
  net: pc300too: fix the comments style issue

 drivers/net/wan/pc300too.c | 52 +++++++++++++---------------------------------
 1 file changed, 15 insertions(+), 37 deletions(-)