include: kernel: fix checkpatch line spacing warning
checkpatch misinterprets the macro that generates event data structures as being code rather than more data. This code has not been changed, but rearrangement of code around it causes a false positive when the aggregate changes are checked for style. Add an extra line to eliminate the warning. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
b706a5e999
commit
7aefa3d334
1 changed files with 1 additions and 0 deletions
|
@ -2701,6 +2701,7 @@ struct k_sem {
|
|||
_wait_q_t wait_q;
|
||||
uint32_t count;
|
||||
uint32_t limit;
|
||||
|
||||
_POLL_EVENT;
|
||||
|
||||
_OBJECT_TRACING_NEXT_PTR(k_sem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue