From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B4C5C433E0 for ; Sun, 21 Feb 2021 19:38:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6C6D64E44 for ; Sun, 21 Feb 2021 19:38:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230107AbhBUTii (ORCPT ); Sun, 21 Feb 2021 14:38:38 -0500 Received: from perceval.ideasonboard.com ([213.167.242.64]:52528 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbhBUTii (ORCPT ); Sun, 21 Feb 2021 14:38:38 -0500 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 98889EF; Sun, 21 Feb 2021 20:37:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1613936275; bh=qP6OKimd/rJdcmuU8EbpP2wAFrBG/ttU8cUIAT7EGmM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gJMkJcSM76wO4XXc/+fFDAwQYID45+pvLdJdMReuUF+iuKgmr7QL1dGQXxQrGQwrq mtl281tV/mETnFeaZZfWk1HCDRFKTl0ZuwQtKKQuIgspOFe2SkxADLStATGOyLth58 RBelmK+13XDKsxYJfutTs3lBTATq+khDHvP/L64Y= Date: Sun, 21 Feb 2021 21:37:29 +0200 From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Tianshu Qiu , Bingbu Cao , Sakari Ailus Subject: Re: [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license Message-ID: References: <20210207235610.15687-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210207235610.15687-1-laurent.pinchart@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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 > --- > 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