Message ID | 1623231595-33851-1-git-send-email-huangguangbin2@huawei.com |
---|---|
Headers | show |
Series | net: lapbether: clean up some code style issues | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 9 Jun 2021 17:39:46 +0800 you wrote: > From: Peng Li <lipeng321@huawei.com> > > This patchset clean up some code style issues. > > Peng Li (9): > net: lapbether: remove redundant blank line > net: lapbether: add blank line after declarations > net: lapbether: move out assignment in if condition > net: lapbether: remove trailing whitespaces > net: lapbether: remove unnecessary out of memory message > net: lapbether: fix the comments style issue > net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev" > net: lapbether: fix the alignment issue > net: lapbether: fix the code style issue about line length > > [...] Here is the summary with links: - [net-next,1/9] net: lapbether: remove redundant blank line https://git.kernel.org/netdev/net-next/c/eff57ab52cc4 - [net-next,2/9] net: lapbether: add blank line after declarations https://git.kernel.org/netdev/net-next/c/5bc5f5f27b89 - [net-next,3/9] net: lapbether: move out assignment in if condition https://git.kernel.org/netdev/net-next/c/a61bebc774cb - [net-next,4/9] net: lapbether: remove trailing whitespaces https://git.kernel.org/netdev/net-next/c/2e350780ae4f - [net-next,5/9] net: lapbether: remove unnecessary out of memory message https://git.kernel.org/netdev/net-next/c/d5e686e8b66d - [net-next,6/9] net: lapbether: fix the comments style issue https://git.kernel.org/netdev/net-next/c/4f9893c762f8 - [net-next,7/9] net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev" https://git.kernel.org/netdev/net-next/c/d49859601d72 - [net-next,8/9] net: lapbether: fix the alignment issue https://git.kernel.org/netdev/net-next/c/c564c049a34f - [net-next,9/9] net: lapbether: fix the code style issue about line length https://git.kernel.org/netdev/net-next/c/63a2bb15fe59 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 (9): net: lapbether: remove redundant blank line net: lapbether: add blank line after declarations net: lapbether: move out assignment in if condition net: lapbether: remove trailing whitespaces net: lapbether: remove unnecessary out of memory message net: lapbether: fix the comments style issue net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev" net: lapbether: fix the alignment issue net: lapbether: fix the code style issue about line length drivers/net/wan/lapbether.c | 65 +++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 35 deletions(-)