You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
The CS_AttemptTableReshare() function uses 3 'Result' variables for control flow. It seems like they can all be combined into a single variable.
Checklist
Describe the bug
The
CS_AttemptTableReshare()
function uses 3 'Result
' variables for control flow. It seems like they can all be combined into a single variable.Code snips
CS/fsw/src/cs_utils.c
Lines 1004 to 1038 in a249bcf
Expected behavior
Simplify function to improve clarity and ease future maintenance.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: