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:
Peter Bigot 2021-03-02 06:18:29 -06:00 committed by Anas Nashif
commit 7aefa3d334

View file

@ -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)