diff mbox series

fbdev: Fix file path that does not exist

Message ID 20211208144631.3710-1-jj251510319013@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series fbdev: Fix file path that does not exist | expand

Commit Message

Wei Ming Chen Dec. 8, 2021, 2:46 p.m. UTC
pvr2fb.c should be under drivers/video/fbdev/
instead of drivers/video/

Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
---
 drivers/video/fbdev/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andy Shevchenko Jan. 24, 2022, 6:02 p.m. UTC | #1
+Cc: maintainer

On Wed, Dec 08, 2021 at 10:46:31PM +0800, Wei Ming Chen wrote:
> pvr2fb.c should be under drivers/video/fbdev/
> instead of drivers/video/

LGTM,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>
> ---
>  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 6ed5e608dd04..93b8d84c34cf 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
> -	  (<file:drivers/video/pvr2fb.c>). Please see the file
> +	  (<file:drivers/video/fbdev/pvr2fb.c>). Please see the file
>  	  <file:Documentation/fb/pvr2fb.rst>.
>  
>  config FB_OPENCORES
> -- 
> 2.25.1
>
Helge Deller Feb. 2, 2022, 3:30 p.m. UTC | #2
On 1/24/22 19:02, Andy Shevchenko wrote:
> +Cc: maintainer
>
> On Wed, Dec 08, 2021 at 10:46:31PM +0800, Wei Ming Chen wrote:
>> pvr2fb.c should be under drivers/video/fbdev/
>> instead of drivers/video/
>
> LGTM,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
>> Signed-off-by: Wei Ming Chen <jj251510319013@gmail.com>

applied to the fbdev-next tree.

Thanks!
Helge


>> ---
>>  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 6ed5e608dd04..93b8d84c34cf 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
>> -	  (<file:drivers/video/pvr2fb.c>). Please see the file
>> +	  (<file:drivers/video/fbdev/pvr2fb.c>). Please see the file
>>  	  <file:Documentation/fb/pvr2fb.rst>.
>>
>>  config FB_OPENCORES
>> --
>> 2.25.1
>>
>
diff mbox series

Patch

diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index 6ed5e608dd04..93b8d84c34cf 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
-	  (<file:drivers/video/pvr2fb.c>). Please see the file
+	  (<file:drivers/video/fbdev/pvr2fb.c>). Please see the file
 	  <file:Documentation/fb/pvr2fb.rst>.
 
 config FB_OPENCORES