diff options
| author | David Sterba <dsterba@suse.com> | 2025-12-09 20:06:49 +0100 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2026-02-03 06:38:33 +0100 |
| commit | 4b117be65ff41efae3694df449b9badb4e9d142e (patch) | |
| tree | 43bf093251334ec8b06860480ee73e2d0017e35b /include/linux | |
| parent | d7a5d511c098ed3e67912272c938627f04a1a9ad (diff) | |
btrfs: merge setting ret and return ret
In many places we have pattern:
ret = ...;
return ret;
This can be simplified to a direct return, removing 'ret' if not
otherwise needed. The places in self tests are not converted so we can
add more test cases without changing surrounding code
(extent-map-tests.c:test_case_4()).
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
