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

From: Neil Armstrong
Date: Mon Mar 08 2021 - 03:57:47 EST


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 <p.zabel@xxxxxxxxxxxxxx>
> ---
> 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 <narmstrong@xxxxxxxxxxxx>
> * Copyright (C) 2014 Ma Haijun <mahaijuns@xxxxxxxxx>
>

Acked-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>