virtio.h: add some user-friendly apis #826
Annotations
3 errors and 3 warnings
|
Checkpatch.txt#L1
MACRO_ARG_REUSE: Macro argument reuse 'ptr' - possible side-effects?
File:lib/include/openamp/virtio.h
Line:144
SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
File:lib/include/openamp/virtio.h
Line:144
MACRO_ARG_REUSE: Macro argument reuse 'ptr' - possible side-effects?
File:lib/include/openamp/virtio.h
Line:151
SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
File:lib/include/openamp/virtio.h
Line:151
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lib/include/openamp/virtio.h#L144
lib/include/openamp/virtio.h:144 Single statement macros should not use a do {} while (0) loop
|
lib/include/openamp/virtio.h#L151
lib/include/openamp/virtio.h:151 Single statement macros should not use a do {} while (0) loop
|
This job failed
Loading