Message ID | 1623139962-34847-1-git-send-email-huangguangbin2@huawei.com |
---|---|
Headers | show |
Series | net: farsync: clean up some code style issues | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 8 Jun 2021 16:12:26 +0800 you wrote: > From: Peng Li <lipeng321@huawei.com> > > This patchset clean up some code style issues. > > Peng Li (16): > net: farsync: remove redundant blank lines > net: farsync: add blank line after declarations > net: farsync: fix the code style issue about "foo* bar" > net: farsync: move out assignment in if condition > net: farsync: remove redundant initialization for statics > net: farsync: fix the comments style issue > net: farsync: remove trailing whitespaces > net: farsync: code indent use tabs where possible > net: farsync: fix the code style issue about macros > net: farsync: add some required spaces > net: farsync: remove redundant braces {} > net: farsync: remove redundant spaces > net: farsync: remove unnecessary parentheses > net: farsync: fix the alignment issue > net: farsync: remove redundant return > net: farsync: replace comparison to NULL with "fst_card_array[i]" > > [...] Here is the summary with links: - [net-next,01/16] net: farsync: remove redundant blank lines https://git.kernel.org/netdev/net-next/c/34de4c85f393 - [net-next,02/16] net: farsync: add blank line after declarations https://git.kernel.org/netdev/net-next/c/50d4c363366a - [net-next,03/16] net: farsync: fix the code style issue about "foo* bar" https://git.kernel.org/netdev/net-next/c/8ea4bfb30abc - [net-next,04/16] net: farsync: move out assignment in if condition https://git.kernel.org/netdev/net-next/c/40996bcfe965 - [net-next,05/16] net: farsync: remove redundant initialization for statics https://git.kernel.org/netdev/net-next/c/8ccac4a58aa8 - [net-next,06/16] net: farsync: fix the comments style issue https://git.kernel.org/netdev/net-next/c/14b9764ccfeb - [net-next,07/16] net: farsync: remove trailing whitespaces https://git.kernel.org/netdev/net-next/c/d70711da30f0 - [net-next,08/16] net: farsync: code indent use tabs where possible https://git.kernel.org/netdev/net-next/c/3a950181f6f5 - [net-next,09/16] net: farsync: fix the code style issue about macros https://git.kernel.org/netdev/net-next/c/7619ab161892 - [net-next,10/16] net: farsync: add some required spaces https://git.kernel.org/netdev/net-next/c/37947a9be3d1 - [net-next,11/16] net: farsync: remove redundant braces {} https://git.kernel.org/netdev/net-next/c/fa8d10b54760 - [net-next,12/16] net: farsync: remove redundant spaces https://git.kernel.org/netdev/net-next/c/b64b5aee7358 - [net-next,13/16] net: farsync: remove redundant parentheses https://git.kernel.org/netdev/net-next/c/ae1be3fad569 - [net-next,14/16] net: farsync: fix the alignment issue https://git.kernel.org/netdev/net-next/c/d2a1054b8b02 - [net-next,15/16] net: farsync: remove redundant return https://git.kernel.org/netdev/net-next/c/f01f906ffefc - [net-next,16/16] net: farsync: replace comparison to NULL with "fst_card_array[i]" https://git.kernel.org/netdev/net-next/c/f23a3da78a31 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 (16): net: farsync: remove redundant blank lines net: farsync: add blank line after declarations net: farsync: fix the code style issue about "foo* bar" net: farsync: move out assignment in if condition net: farsync: remove redundant initialization for statics net: farsync: fix the comments style issue net: farsync: remove trailing whitespaces net: farsync: code indent use tabs where possible net: farsync: fix the code style issue about macros net: farsync: add some required spaces net: farsync: remove redundant braces {} net: farsync: remove redundant spaces net: farsync: remove unnecessary parentheses net: farsync: fix the alignment issue net: farsync: remove redundant return net: farsync: replace comparison to NULL with "fst_card_array[i]" drivers/net/wan/farsync.c | 487 +++++++++++++++++++--------------------------- 1 file changed, 204 insertions(+), 283 deletions(-)