On Sat, Jul 25, 2026 at 12:11:30AM +0530, Mukesh Ojha wrote: > Add the missing SPDX-License-Identifier tag consistent with the > BSD-3-Clause license text already present in the file. >
Looks like the standard BSD blurb, so I think you should take the opportunity to replace the blurb with the SPDX header, not "duplicate" the information. Please update both patches. Regards, Bjorn > Signed-off-by: Mukesh Ojha <[email protected]> > --- > include/linux/remoteproc.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h > index 9cd0708d5ac9..e6b8fbb0af8e 100644 > --- a/include/linux/remoteproc.h > +++ b/include/linux/remoteproc.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: BSD-3-Clause */ > /* > * Remote Processor Framework > * > -- > 2.53.0 >

