From patchwork Sun Feb 7 23:56:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 378240 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=-18.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, USER_AGENT_GIT 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 AC806C433DB for ; Sun, 7 Feb 2021 23:57:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7897664E06 for ; Sun, 7 Feb 2021 23:57:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229621AbhBGX5U (ORCPT ); Sun, 7 Feb 2021 18:57:20 -0500 Received: from perceval.ideasonboard.com ([213.167.242.64]:56652 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbhBGX5T (ORCPT ); Sun, 7 Feb 2021 18:57:19 -0500 Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 397DC50E; Mon, 8 Feb 2021 00:56:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1612742197; bh=j62a2IBrKAx6szs8IhFDSokvcWMBJWFIY+SK4ilnSuE=; h=From:To:Cc:Subject:Date:From; b=EfFlQsg9GHqdO65S5OkYx2heu5nn6gwwzugOPRSoIoF/HYYjBLnlLLO24pSxDWnXP ogdLNx0B149rbog/G8B6GxNZ+Ls3xZKI/zLJjIdgmryOBin1JQaA06vYv18BixiWMW /gwAbRENRpm41GPko45KbLDqC5itGcJoRIoT0Gg8= From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Tianshu Qiu , Bingbu Cao , Sakari Ailus Subject: [PATCH] media: staging: ipu3: uapi: Add "WITH Linux-syscall-note" license Date: Mon, 8 Feb 2021 01:56:10 +0200 Message-Id: <20210207235610.15687-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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 Reviewed-by: Bingbu Cao --- 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