linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fbdev: Fix file path that does not exist
@ 2021-12-08 14:46 Wei Ming Chen
  2022-01-24 18:02 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Ming Chen @ 2021-12-08 14:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-fbdev, tzimmermann, robh, andriy.shevchenko, maxime,
	Wei Ming Chen

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fbdev: Fix file path that does not exist
  2021-12-08 14:46 [PATCH] fbdev: Fix file path that does not exist Wei Ming Chen
@ 2022-01-24 18:02 ` Andy Shevchenko
  2022-02-02 15:30   ` Helge Deller
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2022-01-24 18:02 UTC (permalink / raw)
  To: Wei Ming Chen, Helge Deller
  Cc: linux-kernel, linux-fbdev, tzimmermann, robh, maxime

+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
> 

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fbdev: Fix file path that does not exist
  2022-01-24 18:02 ` Andy Shevchenko
@ 2022-02-02 15:30   ` Helge Deller
  0 siblings, 0 replies; 3+ messages in thread
From: Helge Deller @ 2022-02-02 15:30 UTC (permalink / raw)
  To: Andy Shevchenko, Wei Ming Chen; +Cc: linux-fbdev

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
>>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-02 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 14:46 [PATCH] fbdev: Fix file path that does not exist Wei Ming Chen
2022-01-24 18:02 ` Andy Shevchenko
2022-02-02 15:30   ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).