All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: fix NetConsole documentation reference
@ 2023-12-18  7:37 Baruch Siach
  2023-12-18  9:01 ` Ramon Fried
  2023-12-19 14:55 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2023-12-18  7:37 UTC (permalink / raw)
  To: Joe Hershberger, Ramon Fried; +Cc: u-boot, Baruch Siach

Fixes: d0253f7e5ca1 ("doc: move README.NetConsole to HTML documentation")
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/Kconfig b/net/Kconfig
index 4215889127c9..92a22ac1ea55 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -57,7 +57,7 @@ config NETCONSOLE
 	bool "NetConsole support"
 	help
 	  Support the 'nc' input/output device for networked console.
-	  See README.NetConsole for details.
+	  See doc/usage/netconsole.rst for details.
 
 config IP_DEFRAG
 	bool "Support IP datagram reassembly"
-- 
2.43.0


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

* Re: [PATCH] net: fix NetConsole documentation reference
  2023-12-18  7:37 [PATCH] net: fix NetConsole documentation reference Baruch Siach
@ 2023-12-18  9:01 ` Ramon Fried
  2023-12-19 14:55 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Ramon Fried @ 2023-12-18  9:01 UTC (permalink / raw)
  To: Baruch Siach; +Cc: Joe Hershberger, u-boot

On Mon, Dec 18, 2023 at 9:37 AM Baruch Siach <baruch@tkos.co.il> wrote:
>
> Fixes: d0253f7e5ca1 ("doc: move README.NetConsole to HTML documentation")
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  net/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/Kconfig b/net/Kconfig
> index 4215889127c9..92a22ac1ea55 100644
> --- a/net/Kconfig
> +++ b/net/Kconfig
> @@ -57,7 +57,7 @@ config NETCONSOLE
>         bool "NetConsole support"
>         help
>           Support the 'nc' input/output device for networked console.
> -         See README.NetConsole for details.
> +         See doc/usage/netconsole.rst for details.
>
>  config IP_DEFRAG
>         bool "Support IP datagram reassembly"
> --
> 2.43.0
>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

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

* Re: [PATCH] net: fix NetConsole documentation reference
  2023-12-18  7:37 [PATCH] net: fix NetConsole documentation reference Baruch Siach
  2023-12-18  9:01 ` Ramon Fried
@ 2023-12-19 14:55 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-12-19 14:55 UTC (permalink / raw)
  To: Joe Hershberger, Ramon Fried, Baruch Siach; +Cc: u-boot

On Mon, 18 Dec 2023 09:37:53 +0200, Baruch Siach wrote:

> 


Applied to u-boot/master, thanks!

-- 
Tom



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

end of thread, other threads:[~2023-12-19 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-18  7:37 [PATCH] net: fix NetConsole documentation reference Baruch Siach
2023-12-18  9:01 ` Ramon Fried
2023-12-19 14:55 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.