mbox series

[net-next,00/11] net: z85230: clean up some code style issues

Message ID 1623569903-47930-1-git-send-email-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: z85230: clean up some code style issues | expand

Message

Guangbin Huang June 13, 2021, 7:38 a.m. UTC
From: Peng Li <lipeng321@huawei.com>

This patchset clean up some code style issues.

Peng Li (11):
  net: z85230: remove redundant blank lines
  net: z85230: add blank line after declarations
  net: z85230: fix the code style issue about EXPORT_SYMBOL(foo)
  net: z85230: remove redundant initialization for statics
  net: z85230: replace comparison to NULL with "!skb"
  net: z85230: fix the comments style issue
  net: z85230: fix the code style issue about "if..else.."
  net: z85230: remove trailing whitespaces
  net: z85230: add some required spaces
  net: z85230: fix the code style issue about open brace {
  net: z85230: remove unnecessary out of memory message

 drivers/net/wan/z85230.c | 995 ++++++++++++++++++++---------------------------
 1 file changed, 423 insertions(+), 572 deletions(-)