From b6c1f5d3ff6bbfc32cfff2e8792e98f0b57ac9e1 Mon Sep 17 00:00:00 2001 From: Shyam Sunder Reddy Padira Date: Mon, 27 Apr 2026 23:26:35 +0530 Subject: [PATCH] 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 --- drivers/staging/most/video/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/video/video.c b/drivers/staging/most/video/video.c index 98988b0d93306..f846bb343b2e4 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 */ -- 2.47.3