2023-09-22 07:49:52

by Wolfram Sang

[permalink] [raw]
Subject: [PATCH] usb: renesas_usbhs: remove boilerplate from header file

There is a SPDX entry, so we can remove the boilerplate.

Signed-off-by: Wolfram Sang <[email protected]>
---
include/linux/usb/renesas_usbhs.h | 10 ----------
1 file changed, 10 deletions(-)

diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
index d418c55523a7..372898d9eeb0 100644
--- a/include/linux/usb/renesas_usbhs.h
+++ b/include/linux/usb/renesas_usbhs.h
@@ -5,16 +5,6 @@
* Copyright (C) 2011 Renesas Solutions Corp.
* Copyright (C) 2019 Renesas Electronics Corporation
* Kuninori Morimoto <[email protected]>
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
#ifndef RENESAS_USB_H
#define RENESAS_USB_H
--
2.35.1


2023-09-25 12:27:06

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] usb: renesas_usbhs: remove boilerplate from header file

On Fri, Sep 22, 2023 at 11:04 AM Wolfram Sang
<[email protected]> wrote:
> There is a SPDX entry, so we can remove the boilerplate.
>
> Signed-off-by: Wolfram Sang <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2023-09-29 00:19:42

by Yoshihiro Shimoda

[permalink] [raw]
Subject: RE: [PATCH] usb: renesas_usbhs: remove boilerplate from header file

Hello Wolfram-san,

> From: Wolfram Sang, Sent: Friday, September 22, 2023 3:46 PM
>
> There is a SPDX entry, so we can remove the boilerplate.
>
> Signed-off-by: Wolfram Sang <[email protected]>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <[email protected]>

Best regards,
Yoshihiro Shimoda

> ---
> include/linux/usb/renesas_usbhs.h | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
> index d418c55523a7..372898d9eeb0 100644
> --- a/include/linux/usb/renesas_usbhs.h
> +++ b/include/linux/usb/renesas_usbhs.h
> @@ -5,16 +5,6 @@
> * Copyright (C) 2011 Renesas Solutions Corp.
> * Copyright (C) 2019 Renesas Electronics Corporation
> * Kuninori Morimoto <[email protected]>
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
> - *
> */
> #ifndef RENESAS_USB_H
> #define RENESAS_USB_H
> --
> 2.35.1