Re: [PATCH] net: phy: Use the correct style for SPDX License Identifier

From: Jakub Kicinski
Date: Sat Nov 23 2019 - 21:35:05 EST


On Sat, 23 Nov 2019 18:38:19 +0530, Nishad Kamdar wrote:
> diff --git a/drivers/net/phy/aquantia.h b/drivers/net/phy/aquantia.h
> index 5a16caab7b2f..40e0be0f4e1c 100644
> --- a/drivers/net/phy/aquantia.h
> +++ b/drivers/net/phy/aquantia.h
> @@ -1,5 +1,5 @@
> -/* SPDX-License-Identifier: GPL-2.0
> - * HWMON driver for Aquantia PHY
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/* HWMON driver for Aquantia PHY

You're adding an extra space here. Is this intentional?

> *
> * Author: Nikita Yushchenko <nikita.yoush@xxxxxxxxxxxxxxxxxx>
> * Author: Andrew Lunn <andrew@xxxxxxx>