From: Shyam Sunder Reddy Padira Date: Sat, 11 Apr 2026 09:51:36 +0000 (+0530) Subject: staging: most: net: remove filename from top-of-file comment X-Git-Tag: v7.2-rc1~66^2~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b5b1f45057caf56d8f501a9a68fca5a08fc6d5;p=thirdparty%2Fkernel%2Flinux.git staging: most: net: remove filename from top-of-file comment Remove the filename reference from the top-of-file comment block, to resolve a checkpatch.pl warning. The filename comment is not useful and can become outdated if the file is renamed. No functional changes. Signed-off-by: Shyam Sunder Reddy Padira Link: https://patch.msgid.link/20260411095255.4890-1-shyamsunderreddypadira@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/net/net.c b/drivers/staging/most/net/net.c index 07fd18e9096d6..15fa2e410e4c9 100644 --- a/drivers/staging/most/net/net.c +++ b/drivers/staging/most/net/net.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * net.c - Networking component for Mostcore + * Networking component for Mostcore * * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG */