Re: [PATCH] reset: oxnas: replace file name with short description
"Neil Armstrong" <[email protected]> Mon, 8 Mar 2021 09:54:42 +0100
| Newsgroups | io.groups.linux-oxnas,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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]>