Message ID | 1622553802-19903-1-git-send-email-huangguangbin2@huawei.com |
---|---|
Headers | show |
Series | net: hdlc: clean up some code style issues | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 1 Jun 2021 21:23:15 +0800 you wrote: > From: Peng Li <lipeng321@huawei.com> > > This patchset clean up some code style issues. > > Peng Li (7): > net: hdlc: remove redundant blank lines > net: hdlc: add blank line after declarations > net: hdlc: fix an code style issue about "foo* bar" > net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo) > net: hdlc: replace comparison to NULL with "!param" > net: hdlc: move out assignment in if condition > net: hdlc: add braces {} to all arms of the statement > > [...] Here is the summary with links: - [net-next,1/7] net: hdlc: remove redundant blank lines https://git.kernel.org/netdev/net-next/c/30cd458be244 - [net-next,2/7] net: hdlc: add blank line after declarations https://git.kernel.org/netdev/net-next/c/04cc04f07bb2 - [net-next,3/7] net: hdlc: fix an code style issue about "foo* bar" https://git.kernel.org/netdev/net-next/c/68fd73925bce - [net-next,4/7] net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo) https://git.kernel.org/netdev/net-next/c/01506939cc84 - [net-next,5/7] net: hdlc: replace comparison to NULL with "!param" https://git.kernel.org/netdev/net-next/c/387847f295c8 - [net-next,6/7] net: hdlc: move out assignment in if condition https://git.kernel.org/netdev/net-next/c/e50eb6c3578c - [net-next,7/7] net: hdlc: add braces {} to all arms of the statement https://git.kernel.org/netdev/net-next/c/1bb521825265 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Peng Li <lipeng321@huawei.com> This patchset clean up some code style issues. Peng Li (7): net: hdlc: remove redundant blank lines net: hdlc: add blank line after declarations net: hdlc: fix an code style issue about "foo* bar" net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo) net: hdlc: replace comparison to NULL with "!param" net: hdlc: move out assignment in if condition net: hdlc: add braces {} to all arms of the statement drivers/net/wan/hdlc.c | 63 ++++++++++++++++++-------------------------------- 1 file changed, 23 insertions(+), 40 deletions(-)