aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
diff options
context:
space:
mode:
authorSaurav Girepunje <[email protected]>2021-10-27 04:38:08 +0000
committerGreg Kroah-Hartman <[email protected]>2021-10-30 09:15:55 +0000
commit10508ae08ed8ce8794785194ad7309f1437d43fd (patch)
treee8284bcbaca5825a70fabfaec90e896b5b0e1f19 /fs/ext4/fast_commit.c
parentstaging: rtl8723bs: hal remove the assignment to itself (diff)
downloadkernel-10508ae08ed8ce8794785194ad7309f1437d43fd.tar.gz
kernel-10508ae08ed8ce8794785194ad7309f1437d43fd.zip
staging: r8188eu: hal: remove goto statement and local variable
Remove the goto statement from FillH2CCmd_88E(). In this function goto can be replace by return statement. As on goto label exit, function only return it is not performing any cleanup. Avoiding goto will improve the function readability. After replacing the goto statement local variable ret is also not needed. So remove the ret local variable. Signed-off-by: Saurav Girepunje <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions