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

From: huangguangbin (A)
Date: Mon Jun 14 2021 - 09:04:29 EST




On 2021/6/14 19:28, Guangbin Huang wrote:
From: Peng Li <lipeng321@xxxxxxxxxx>

This patchset clean up some code style issues.


---
Change Log:
V1 -> V2:
1, fix the comments from Andrew, add commit message to [patch 04/11]
about remove volatile.
---

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(-)


Please ignore this series, there is new comment has not been dealt with.