Merge branch 'net-ll_temac-cleanup-for-clearing-static-warnings'
authorJakub Kicinski <kuba@kernel.org>
Thu, 22 Sep 2022 01:25:22 +0000 (18:25 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Sep 2022 01:25:22 +0000 (18:25 -0700)
commitd294ad825432f845bbd9243d1d70f15e467a823d
tree28da68b9985fb8787962c7e6510787e6ab5b962d
parentd57aae2e0563d5271de11df093d50d3539e694fe
parent7fe85bb3af4e90561ff36e0fa8697b56c3108800
Merge branch 'net-ll_temac-cleanup-for-clearing-static-warnings'

Haoyue Xu says:

====================
net: ll_temac: Cleanup for clearing static warnings

Most static warnings are detected by Checkpatch.pl, mainly about:
(1) #1: About the comments.
(2) #2: About function name in a string.
(3) #3: About the open parenthesis.
(4) #4: About the else branch.
(6) #6: About trailing statements.
(7) #5,#7: About blank lines and spaces.
====================

Link: https://lore.kernel.org/r/20220917103843.526877-1-xuhaoyue1@hisilicon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>