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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 EF624C433F5 for ; Thu, 16 Sep 2021 21:32:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D3ACF61209 for ; Thu, 16 Sep 2021 21:32:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240560AbhIPVdU (ORCPT ); Thu, 16 Sep 2021 17:33:20 -0400 Received: from mga01.intel.com ([192.55.52.88]:30586 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240568AbhIPVdT (ORCPT ); Thu, 16 Sep 2021 17:33:19 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10109"; a="245049146" X-IronPort-AV: E=Sophos;i="5.85,299,1624345200"; d="scan'208";a="245049146" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 14:31:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,299,1624345200"; d="scan'208";a="610823273" Received: from lkp-server01.sh.intel.com (HELO 285e7b116627) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 16 Sep 2021 14:31:56 -0700 Received: from kbuild by 285e7b116627 with local (Exim 4.92) (envelope-from ) id 1mQyz5-0001Rj-Nt; Thu, 16 Sep 2021 21:31:55 +0000 Date: Fri, 17 Sep 2021 05:31:51 +0800 From: kernel test robot To: Johannes Berg Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, dave.hansen@intel.com, dan.j.williams@intel.com, Luca Coelho Subject: drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c:1:0: warning: dual license is used, are you sure you want to do this. Message-ID: <202109170547.aahNWXFL-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: b60cee5bae733f49ba33840804c159a8e474cfda commit: 8e99ea8d09a159d46069faef10721a3f8436d2fd iwlwifi: use SPDX tags date: 9 months ago While copyright holders are free to license their software any way they see fit, the kernel community prefers GPL-2.0-only or GPL-2.0-or-later for kernel contributions. If you are sure you want to submit with a dual license, please ensure that your commit message calls out the practical reasons for which you want to do this, including the specific other projects you expect to make use of this code. If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot dualliccheck warnings: (new ones prefixed by >>) >> drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c:1:0: warning: dual license is used, are you sure you want to do this. -- >> drivers/net/wireless/intel/iwlwifi/pcie/tx.c:1:0: warning: dual license is used, are you sure you want to do this. -- >> drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c:1:0: warning: dual license is used, are you sure you want to do this. vim +1 drivers/net/wireless/intel/iwlwifi/fw/notif-wait.c > 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* 3 * Copyright (C) 2005-2014 Intel Corporation 4 * Copyright (C) 2015-2017 Intel Deutschland GmbH 5 */ 6 #include 7 #include 8 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org