Re: [PATCH v2 00/16] add define guards to avoid multi-inclusion

2022-02-08 Thread Stephen Hemminger
On Wed, 9 Feb 2022 11:02:08 +0800 Weiguo Li wrote: > Supplement define guards to prevent multiple inclusion. > > Notice that there are couples of guard styles used in this project, > like "XX_H", "XX_H_" or "XXX_H__". > Adhere to Thomas's advice, this patch set use the first style to > make it

[PATCH v2 00/16] add define guards to avoid multi-inclusion

2022-02-08 Thread Weiguo Li
Supplement define guards to prevent multiple inclusion. Notice that there are couples of guard styles used in this project, like "XX_H", "XX_H_" or "XXX_H__". Adhere to Thomas's advice, this patch set use the first style to make it simple. Weiguo Li (16): bus/dpaa: add define guards to avoid mu