summaryrefslogtreecommitdiff
path: root/include/linux/i2c/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2025-12-09 20:06:49 +0100
committerDavid Sterba <dsterba@suse.com>2026-02-03 06:38:33 +0100
commit4b117be65ff41efae3694df449b9badb4e9d142e (patch)
tree43bf093251334ec8b06860480ee73e2d0017e35b /include/linux/i2c/git@git.tavy.me:linux.git
parentd7a5d511c098ed3e67912272c938627f04a1a9ad (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/i2c/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions