reset: oxnas: replace file name with short description
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 4 Dec 2020 15:31:09 +0000 (16:31 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 10 May 2021 07:40:04 +0000 (09:40 +0200)
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@pengutronix.de>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/reset/reset-oxnas.c

index c401316..8209f92 100644 (file)
@@ -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@baylibre.com>
  * Copyright (C) 2014 Ma Haijun <mahaijuns@gmail.com>