]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: most: dim2: remove filename from comment blocks
authorShyam Sunder Reddy Padira <shyamsunderreddypadira@gmail.com>
Sun, 3 May 2026 10:44:46 +0000 (16:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:17:58 +0000 (16:17 +0200)
Remove redundant filename references from top-of-file
comment blocks across dim2 source files to resolve
checkpatch.pl warnings.

The filename is already implied by the file path and
including it in comments can become outdated.

No functional changes.

Signed-off-by: Shyam Sunder Reddy Padira <shyamsunderreddypadira@gmail.com>
Link: https://patch.msgid.link/20260503104447.64657-1-shyamsunderreddypadira@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/dim2/dim2.c
drivers/staging/most/dim2/errors.h
drivers/staging/most/dim2/hal.c
drivers/staging/most/dim2/hal.h
drivers/staging/most/dim2/reg.h
drivers/staging/most/dim2/sysfs.h

index 327790436653311758927e7ea656cb00667b7278..ec0e568ec12d1a30703a32f80acae325523e762d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * dim2.c - MediaLB DIM2 Hardware Dependent Module
+ * MediaLB DIM2 Hardware Dependent Module
  *
  * Copyright (C) 2015-2016, Microchip Technology Germany II GmbH & Co. KG
  */
index 268332e5735e725815f1b71f78706f16b7f063c3..d707daaac3b654c5cedce46024ff5caf25ecd420 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * errors.h - Definitions of errors for DIM2 HAL API
+ * Definitions of errors for DIM2 HAL API
  * (MediaLB, Device Interface Macro IP, OS62420)
  *
  * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG
index 38376d3e3f0d4afdf3e367e94b9dddc3749aff56..4f137ef846a32a70666ca0a86a1e35bb38f13282 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * hal.c - DIM2 HAL implementation
+ * DIM2 HAL implementation
  * (MediaLB, Device Interface Macro IP, OS62420)
  *
  * Copyright (C) 2015-2016, Microchip Technology Germany II GmbH & Co. KG
index ef10a8741c10b87de8fb6c81ce1b08d01f1f5b6d..5d69a5e7d2999d90fe1a8f42c57bb2cf37df556f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * hal.h - DIM2 HAL interface
+ * DIM2 HAL interface
  * (MediaLB, Device Interface Macro IP, OS62420)
  *
  * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG
index b0f36c208a57c69823ab4ee3cd80797533262fe8..51ae158802b67861a8657865cfa2fa1fa73459f1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * reg.h - Definitions for registers of DIM2
+ * Definitions for registers of DIM2
  * (MediaLB, Device Interface Macro IP, OS62420)
  *
  * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG
index 09115cf4ed00e2faa877f52e830461bfdb70cfd1..60405cd473e7b2b879ad880cad367d7981a1178b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- * sysfs.h - MediaLB sysfs information
+ * MediaLB sysfs information
  *
  * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG
  */