linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nikolova, Tatyana E" <tatyana.e.nikolova@intel.com>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>,
	"Ismail, Mustafa" <mustafa.ismail@intel.com>,
	"Saleem, Shiraz" <shiraz.saleem@intel.com>,
	"Doug Ledford" <dledford@redhat.com>,
	Jason Gunthorpe <jgg@ziepe.ca>,
	"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>
Cc: "linux-spdx@vger.kernel.org" <linux-spdx@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] RDMA/irdma: make spdxcheck.py happy
Date: Wed, 7 Jul 2021 16:58:28 +0000	[thread overview]
Message-ID: <DM6PR11MB46925EAC1D28B6E62CBDB531CB1A9@DM6PR11MB4692.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210701104127.1877-1-lukas.bulwahn@gmail.com>



> -----Original Message-----
> From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> Sent: Thursday, July 1, 2021 3:41 AM
> To: Ismail, Mustafa <mustafa.ismail@intel.com>; Saleem, Shiraz
> <shiraz.saleem@intel.com>; Doug Ledford <dledford@redhat.com>; Jason
> Gunthorpe <jgg@ziepe.ca>; linux-rdma@vger.kernel.org
> Cc: linux-spdx@vger.kernel.org; linux-kernel@vger.kernel.org; Lukas
> Bulwahn <lukas.bulwahn@gmail.com>
> Subject: [PATCH] RDMA/irdma: make spdxcheck.py happy
> 
> Commit 48d6b3336a9f ("RDMA/irdma: Add ABI definitions") adds
> ./include/uapi/rdma/irdma-abi.h with an additional unneeded closing
> bracket at the end of the SPDX-License-Identifier line.
> 
> Hence, ./scripts/spdxcheck.py complains:
> 
>   include/uapi/rdma/irdma-abi.h: 1:77 Syntax error: )
> 
> Remove that closing bracket to make spdxcheck.py happy.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20210701
> 
> Mustafa, Shiraz, please ack.
> Jason, please pick this minor non-urgent patch into your rdma tree.
> 
>  include/uapi/rdma/irdma-abi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/rdma/irdma-abi.h b/include/uapi/rdma/irdma-abi.h
> index 26b638a7ad97..a7085e092d34 100644
> --- a/include/uapi/rdma/irdma-abi.h
> +++ b/include/uapi/rdma/irdma-abi.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR Linux-
> OpenIB) */
> +/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR
> +Linux-OpenIB */
>  /*
>   * Copyright (c) 2006 - 2021 Intel Corporation.  All rights reserved.
>   * Copyright (c) 2005 Topspin Communications.  All rights reserved.
> --
> 2.17.1

Acked-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>


  reply	other threads:[~2021-07-07 16:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01 10:41 [PATCH] RDMA/irdma: make spdxcheck.py happy Lukas Bulwahn
2021-07-07 16:58 ` Nikolova, Tatyana E [this message]
2021-07-12 18:03 ` Jason Gunthorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM6PR11MB46925EAC1D28B6E62CBDB531CB1A9@DM6PR11MB4692.namprd11.prod.outlook.com \
    --to=tatyana.e.nikolova@intel.com \
    --cc=dledford@redhat.com \
    --cc=jgg@ziepe.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=lukas.bulwahn@gmail.com \
    --cc=mustafa.ismail@intel.com \
    --cc=shiraz.saleem@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).