On Wed, Jun 09 2021, Laurent Vivier <lvivier@xxxxxxxxxx> wrote: > On 09/06/2021 16:37, Cornelia Huck wrote: >> Standardize header guards to _LIB_HEADER_H_. >> >> Signed-off-by: Cornelia Huck <cohuck@xxxxxxxxxx> >> --- >> lib/alloc_page.h | 4 ++-- >> lib/libcflat.h | 4 ++-- >> lib/list.h | 4 ++-- >> lib/pci-edu.h | 4 ++-- >> lib/pci-host-generic.h | 4 ++-- >> lib/setjmp.h | 4 ++-- >> lib/string.h | 6 +++--- >> lib/vmalloc.h | 4 ++-- >> 8 files changed, 17 insertions(+), 17 deletions(-) > > What about lib/argv.h and lib/pci.h? argv.h does not have a header guard yet (it probably should?) I forgot to commit my changes to pci.h, I think :( > > And there is also this instance of CONFIG_H in lib/config.h generated > by configure. Yeah, we should tweak the generator for that.