diff options
| author | John Garry <[email protected]> | 2021-10-05 18:23:29 +0800 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2021-10-18 06:17:02 -0600 |
| commit | f6adcef5f317c78a899ca9766e90e47026834158 (patch) | |
| tree | 95c604236291598a242dceb184fffe7377f2a6e7 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 8fa044640f128c0cd015f72cda42989a664889fc (diff) | |
blk-mq: Invert check in blk_mq_update_nr_requests()
It's easier to read:
if (x)
X;
else
Y;
over:
if (!x)
Y;
else
X;
No functional change intended.
Signed-off-by: John Garry <[email protected]>
Reviewed-by: Ming Lei <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions