[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200321.195418.967663426701728390.davem@davemloft.net>
Date: Sat, 21 Mar 2020 19:54:18 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: lukas.bulwahn@...il.com
Cc: snelson@...sando.io, netdev@...r.kernel.org,
linux-spdx@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ionic: make spdxcheck.py happy
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
Date: Sat, 21 Mar 2020 13:05:14 +0100
> Headers ionic_if.h and ionic_regs.h are licensed under three alternative
> licenses and the used SPDX-License-Identifier expression makes
> ./scripts/spdxcheck.py complain:
>
> drivers/net/ethernet/pensando/ionic/ionic_if.h: 1:52 Syntax error: OR
> drivers/net/ethernet/pensando/ionic/ionic_regs.h: 1:52 Syntax error: OR
>
> As OR is associative, it is irrelevant if the parentheses are put around
> the first or the second OR-expression.
>
> Simply add parentheses to make spdxcheck.py happy.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
Applied, thank you.
Powered by blists - more mailing lists