| commit | 578aac7a060f52586a302ef56bf421a670a38814 | [log] [tgz] |
|---|---|---|
| author | Alejandro Colomar <alx@kernel.org> | Wed Dec 03 12:55:41 2025 +0100 |
| committer | Alejandro Colomar <alx@kernel.org> | Wed Dec 03 12:55:44 2025 +0100 |
| tree | 9b90e52b3c265c70330cd432b193defec51b1741 | |
| parent | af3f0ec96a7b785a0a68981c7058c87900350180 [diff] |
etc/checkpatch/checkpatch.conf: --ignore MACRO_WITH_FLOW_CONTROL This macro is internal, so it shouldn't be dangerous. And even if it were public, we use __label__ to make sure it's fine to use goto within the macro. Signed-off-by: Alejandro Colomar <alx@kernel.org>