2021-03-05 00:19:02

by Philipp Zabel

[permalink] [raw]
Subject: [PATCH] reset: oxnas: replace file name with short description

Fixes a checkpatch warning:

WARNING: It's generally not useful to have the filename in the file
#3: FILE: drivers/reset/reset-oxnas.c:3:
+ * drivers/reset/reset-oxnas.c

Signed-off-by: Philipp Zabel <[email protected]>
---
drivers/reset/reset-oxnas.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/reset-oxnas.c b/drivers/reset/reset-oxnas.c
index c4013165bdda..8209f922dc16 100644
--- a/drivers/reset/reset-oxnas.c
+++ b/drivers/reset/reset-oxnas.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
- * drivers/reset/reset-oxnas.c
+ * Oxford Semiconductor Reset Controller driver
*
* Copyright (C) 2016 Neil Armstrong <[email protected]>
* Copyright (C) 2014 Ma Haijun <[email protected]>
--
2.29.2


2021-03-08 09:00:46

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] reset: oxnas: replace file name with short description

On 04/03/2021 17:03, Philipp Zabel wrote:
> Fixes a checkpatch warning:
>
> WARNING: It's generally not useful to have the filename in the file
> #3: FILE: drivers/reset/reset-oxnas.c:3:
> + * drivers/reset/reset-oxnas.c
>
> Signed-off-by: Philipp Zabel <[email protected]>
> ---
> drivers/reset/reset-oxnas.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/reset/reset-oxnas.c b/drivers/reset/reset-oxnas.c
> index c4013165bdda..8209f922dc16 100644
> --- a/drivers/reset/reset-oxnas.c
> +++ b/drivers/reset/reset-oxnas.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * drivers/reset/reset-oxnas.c
> + * Oxford Semiconductor Reset Controller driver
> *
> * Copyright (C) 2016 Neil Armstrong <[email protected]>
> * Copyright (C) 2014 Ma Haijun <[email protected]>
>

Acked-by: Neil Armstrong <[email protected]>