Merge branch 'net-amd-static-checker-warnings'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2022 09:27:47 +0000 (10:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2022 09:27:47 +0000 (10:27 +0100)
commit3b63ef7baa26da9f7421af2689bd849f74cac373
tree47f9fcc5ccada1296c6973e13fff36f4ae04dace
parent454e7b138436a31a17753de58f2178c3e955886c
parent78923e8ae4279a90138d09743d9710d4b04b19c5
Merge branch 'net-amd-static-checker-warnings'

Haoyue Xu says:

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

Most static warnings are detected by tools, mainly about:

(1) #1: About the if stament.
(2) #2: About the spelling.
(2) #3: About the indent.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>