Commit 7fc51f9
ext4: remove unnecessary variable initialization
Variables are assigned first and then used. Initialization is not required.
Signed-off-by: XU pengfei <xupengfei@nfschina.com>
Link: https://lore.kernel.org/r/20230104055229.3663-1-xupengfei@nfschina.com1 parent 3f54247 commit 7fc51f9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5788 | 5788 | | |
5789 | 5789 | | |
5790 | 5790 | | |
5791 | | - | |
| 5791 | + | |
5792 | 5792 | | |
5793 | 5793 | | |
5794 | 5794 | | |
| |||
0 commit comments