From c5510f53140c8d7c1c924414cbd8cc600a95d874 Mon Sep 17 00:00:00 2001 From: Wei Ming Chen Date: Wed, 8 Dec 2021 22:46:31 +0800 Subject: [PATCH] video: fbdev: Fix wrong file path for pvr2fb.c in Kconfig help text pvr2fb.c should be under drivers/video/fbdev/ instead of drivers/video/ Signed-off-by: Wei Ming Chen Reviewed-by: Andy Shevchenko Signed-off-by: Helge Deller --- drivers/video/fbdev/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 6ed5e60..93b8d84 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -829,7 +829,7 @@ config FB_PVR2 You can pass several parameters to the driver at boot time or at module load time. The parameters look like "video=pvr2:XXX", where the meaning of XXX can be found at the end of the main source file - (). Please see the file + (). Please see the file . config FB_OPENCORES -- 2.7.4