OSDN Git Service

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

Trivial merge