From: Shyam Sunder Reddy Padira Date: Mon, 27 Apr 2026 17:56:35 +0000 (+0530) Subject: staging: most: video: remove filename from the top-of-file comment X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b6c1f5d3ff6bbfc32cfff2e8792e98f0b57ac9e1;p=thirdparty%2Flinux.git staging: most: video: remove filename from the top-of-file comment Remove the filename reference from top-of-file comment, to resolve checkpatch.pl warning. The filename can become outdated if the file is renamed. No functional change. Signed-off-by: Shyam Sunder Reddy Padira Link: https://patch.msgid.link/20260427175636.4605-1-shyamsunderreddypadira@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/video/video.c b/drivers/staging/most/video/video.c index 98988b0d9330..f846bb343b2e 100644 --- a/drivers/staging/most/video/video.c +++ b/drivers/staging/most/video/video.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * video.c - V4L2 component for Mostcore + * V4L2 component for Mostcore * * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG */