Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: lustre: llite: Remove else after goto
If an "if" branch is terminated by a "goto", there's no need to have an "else" statement and an indented block of code. Remove the "else" statement to simplify the code flow. Signed-off-by: Luis de Bethencourt <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information