Re: [PATCH 02/16] event/octeontx: add define guards to avoid multi-inclusion

2022-02-08 Thread Thomas Monjalon
06/02/2022 04:58, Weiguo Li: > Supplement define guards to prevent multiple inclusion. > > Signed-off-by: Weiguo Li > --- > --- a/drivers/event/octeontx/timvf_worker.h > +++ b/drivers/event/octeontx/timvf_worker.h > +#ifndef __TIMVF_WORKER_H__ > +#define __TIMVF_WORKER_H__ Why these underscores?

[PATCH 02/16] event/octeontx: add define guards to avoid multi-inclusion

2022-02-05 Thread Weiguo Li
Supplement define guards to prevent multiple inclusion. Signed-off-by: Weiguo Li --- drivers/event/octeontx/timvf_worker.h | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/event/octeontx/timvf_worker.h b/drivers/event/octeontx/timvf_worker.h index 3f1e77f1d1..a99ff54245 100644 -