summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_parser.py
diff options
context:
space:
mode:
authorNihar Chaithanya <niharchaithanya@gmail.com>2025-01-04 22:49:15 +0530
committerJakub Kicinski <kuba@kernel.org>2025-01-06 16:51:03 -0800
commit49afc040f4d707a4149a05180edc42bc590641a4 (patch)
tree7f5a3f9e2c25a69bd13c9aed4cd0308d11f11223 /scripts/lib/kdoc/kdoc_parser.py
parent21a8a77abb4c5b472072a2f695f89a98c8af1654 (diff)
octeontx2-pf: mcs: Remove dead code and semi-colon from rsrc_name()
Every case in the switch-block ends with return statement, and the default: branch handles the cases where rsrc_type is invalid and returns "Unknown", this makes the return statement at the end of the function unreachable and redundant. The semi-colon is not required after the switch-block's curly braces. Remove the semi-colon after the switch-block's curly braces and the return statement at the end of the function. This issue was reported by Coverity Scan. Signed-off-by: Nihar Chaithanya <niharchaithanya@gmail.com> Link: https://patch.msgid.link/20250104171905.13293-1-niharchaithanya@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions