Hello, Gentle ping. On Mon, Feb 08, 2021 at 01:56:10AM +0200, Laurent Pinchart wrote: > All Linux headers licensed under the GPL-2.0 must include a "WITH > Linux-syscall-note" extension in their SPDX license identifier, as > enforced by the scripts/headers_install.sh script. Fix the Intel IPU3 > UAPI header currently stored with the driver in staging. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > drivers/staging/media/ipu3/include/intel-ipu3.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/media/ipu3/include/intel-ipu3.h b/drivers/staging/media/ipu3/include/intel-ipu3.h > index edd8edda0647..9b644fb23dde 100644 > --- a/drivers/staging/media/ipu3/include/intel-ipu3.h > +++ b/drivers/staging/media/ipu3/include/intel-ipu3.h > @@ -1,4 +1,4 @@ > -/* SPDX-License-Identifier: GPL-2.0 */ > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > /* Copyright (C) 2017 - 2018 Intel Corporation */ > > #ifndef __IPU3_UAPI_H -- Regards, Laurent Pinchart