From: Shyam Sunder Reddy Padira Date: Sun, 3 May 2026 10:44:46 +0000 (+0530) Subject: staging: most: dim2: remove filename from comment blocks X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4776aefb5aa5c2c5250597b95ab8d490e6b783cf;p=thirdparty%2Fkernel%2Flinux.git staging: most: dim2: remove filename from comment blocks 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 Link: https://patch.msgid.link/20260503104447.64657-1-shyamsunderreddypadira@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/dim2/dim2.c b/drivers/staging/most/dim2/dim2.c index 3277904366533..ec0e568ec12d1 100644 --- a/drivers/staging/most/dim2/dim2.c +++ b/drivers/staging/most/dim2/dim2.c @@ -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 */ diff --git a/drivers/staging/most/dim2/errors.h b/drivers/staging/most/dim2/errors.h index 268332e5735e7..d707daaac3b65 100644 --- a/drivers/staging/most/dim2/errors.h +++ b/drivers/staging/most/dim2/errors.h @@ -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 diff --git a/drivers/staging/most/dim2/hal.c b/drivers/staging/most/dim2/hal.c index 38376d3e3f0d4..4f137ef846a32 100644 --- a/drivers/staging/most/dim2/hal.c +++ b/drivers/staging/most/dim2/hal.c @@ -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 diff --git a/drivers/staging/most/dim2/hal.h b/drivers/staging/most/dim2/hal.h index ef10a8741c10b..5d69a5e7d2999 100644 --- a/drivers/staging/most/dim2/hal.h +++ b/drivers/staging/most/dim2/hal.h @@ -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 diff --git a/drivers/staging/most/dim2/reg.h b/drivers/staging/most/dim2/reg.h index b0f36c208a57c..51ae158802b67 100644 --- a/drivers/staging/most/dim2/reg.h +++ b/drivers/staging/most/dim2/reg.h @@ -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 diff --git a/drivers/staging/most/dim2/sysfs.h b/drivers/staging/most/dim2/sysfs.h index 09115cf4ed00e..60405cd473e7b 100644 --- a/drivers/staging/most/dim2/sysfs.h +++ b/drivers/staging/most/dim2/sysfs.h @@ -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 */