2021-06-10 21:48:00

by Tom Rix

[permalink] [raw]
Subject: [PATCH 2/7] mei: hdcp: SPDX tag should be the first line

From: Tom Rix <[email protected]>

checkpatch looks for the tag on the first line.
So delete empty first line

Signed-off-by: Tom Rix <[email protected]>
---
drivers/misc/mei/hdcp/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/misc/mei/hdcp/Kconfig b/drivers/misc/mei/hdcp/Kconfig
index 95b2d6d37f102..54e1c95269096 100644
--- a/drivers/misc/mei/hdcp/Kconfig
+++ b/drivers/misc/mei/hdcp/Kconfig
@@ -1,4 +1,3 @@
-
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2019, Intel Corporation. All rights reserved.
#
--
2.26.3


2021-06-11 16:15:30

by Winkler, Tomas

[permalink] [raw]
Subject: RE: [PATCH 2/7] mei: hdcp: SPDX tag should be the first line

>
> From: Tom Rix <[email protected]>
>
> checkpatch looks for the tag on the first line.
> So delete empty first line
>
> Signed-off-by: Tom Rix <[email protected]>
Acked-by: Tomas Winkler <[email protected]>
> ---
> drivers/misc/mei/hdcp/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/misc/mei/hdcp/Kconfig b/drivers/misc/mei/hdcp/Kconfig
> index 95b2d6d37f102..54e1c95269096 100644
> --- a/drivers/misc/mei/hdcp/Kconfig
> +++ b/drivers/misc/mei/hdcp/Kconfig
> @@ -1,4 +1,3 @@
> -
> # SPDX-License-Identifier: GPL-2.0
> # Copyright (c) 2019, Intel Corporation. All rights reserved.
> #
> --
> 2.26.3