diff options
| author | Andre Przywara <[email protected]> | 2025-03-27 15:32:59 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-08 16:23:51 -0600 |
| commit | 26b2482f124ba831e40a44ea0cb093203fd8d747 (patch) | |
| tree | d0e2c9972007848148cef93ad14e0f15a4c3ce33 /drivers/fastboot/fb_command.c | |
| parent | 2938eb1e022d7e1de23d89f941bc07b0776a2549 (diff) | |
use proper fallthrough annotations
In some cases in the generic code, we were already using switch/case
fallthrough annotations comments, though in a way which might not be
understood by most compilers.
Replace two non-standard /* no break */ comments with our fallthrough;
statement-like macro, to make this visible to the compiler.
Also use this macro in place of an /* Fall through */ comment, to be
more consistent.
Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/fastboot/fb_command.c')
0 files changed, 0 insertions, 0 deletions
