]> git.ipfire.org Git - thirdparty/linux.git/commit
i2c: testunit: sort case blocks
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 11 Aug 2024 21:23:13 +0000 (23:23 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 14 Aug 2024 17:55:03 +0000 (19:55 +0200)
commitadd03629dbae457692d7ce4dcdb6fe3a40356538
treec5e50ce3b776aba4a387c9037a9294a9b40632d5
parent7c626ce4bae1ac14f60076d00eafe71af30450ba
i2c: testunit: sort case blocks

Because a 'fallthrough' was refactored away, the order of 'case'
statements can be sorted better now to ease understanding the flow of
events.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/i2c-slave-testunit.c