From: David S. Miller Date: Fri, 27 Mar 2020 22:06:50 +0000 (-0700) Subject: Merge branch 'mlxsw-Various-static-checkers-fixes' X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a1c7a536e01893ba2e8422f97b88cc165f25258f;p=uclinux-h8%2Flinux.git Merge branch 'mlxsw-Various-static-checkers-fixes' Ido Schimmel says: ==================== mlxsw: Various static checkers fixes Jakub told me he gets some warnings with W=1, so I decided to check with sparse, smatch and coccinelle as well. This patch set fixes all the issues found. None are actual bugs / regressions and therefore not targeted at net. Patches #1-#2 add missing kernel-doc comments. Patch #3 removes dead code. Patch #4 reworks the ACL code to avoid defining a static variable in a header file. Patch #5 removes unnecessary conversion to bool that coccinelle warns about. Patch #6 avoids false-positive uninitialized symbol errors emitted by smatch. ==================== Signed-off-by: David S. Miller --- a1c7a536e01893ba2e8422f97b88cc165f25258f