Re: [PATCH 3/3] remoteproc: add SPDX-License-Identifier tag to rsc_table.h

From: Mukesh Ojha

Date: Tue Jun 30 2026 - 04:01:49 EST


On Thu, Jun 11, 2026 at 11:35:50PM +0530, Mukesh Ojha wrote:
> Add the missing SPDX-License-Identifier tag consistent with the
> BSD-3-Clause license text already present in the file.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
> ---
> include/linux/rsc_table.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/rsc_table.h b/include/linux/rsc_table.h
> index c6d6d553d8f1..b78c4760d83e 100644
> --- a/include/linux/rsc_table.h
> +++ b/include/linux/rsc_table.h
> @@ -1,3 +1,4 @@
> +/* SPDX-License-Identifier: BSD-3-Clause */
> /*
> * Resource table and its types data structure
> *
> --
> 2.53.0
>

Can this series be picked along with
https://lore.kernel.org/lkml/20260506050107.1985033-6-mukesh.ojha@xxxxxxxxxxxxxxxx/

as without the above change, the remoteproc mailing list and
maintainers are not being CCed for this file change.

e.g.,
https://lore.kernel.org/lkml/20260629165033.1144530-1-mukesh.ojha@xxxxxxxxxxxxxxxx/
--
-Mukesh Ojha