All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-04 15:46 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: Sheriff Esseson @ 2019-08-04 15:46 UTC (permalink / raw)
  To: skhan
  Cc: linux-kernel-mentees, Jonathan Corbet, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, Alexei Starovoitov, Daniel Borkmann,
	Martin KaFai Lau, Song Liu, Yonghong Song,
	open list:DOCUMENTATION, open list, open list:RISC-V ARCHITECTURE,
	open list:BPF (Safe dynamic programs and tools),
	open list:BPF (Safe dynamic programs and tools)

Fix broken reference to virt/index.rst.

Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
Documentation/virt")

Reported-by: Sphinx

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---
 Documentation/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 2df5a3da563c..5205430305d5 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -115,7 +115,7 @@ needed).
    target/index
    timers/index
    watchdog/index
-   virtual/index
+   virt/index
    input/index
    hwmon/index
    gpu/index
-- 
2.17.1


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

* [Linux-kernel-mentees] [PATCH] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-04 15:46 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: sheriffesseson @ 2019-08-04 15:46 UTC (permalink / raw)


Fix broken reference to virt/index.rst.

Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
Documentation/virt")

Reported-by: Sphinx

Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>
---
 Documentation/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 2df5a3da563c..5205430305d5 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -115,7 +115,7 @@ needed).
    target/index
    timers/index
    watchdog/index
-   virtual/index
+   virt/index
    input/index
    hwmon/index
    gpu/index
-- 
2.17.1

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

* [Linux-kernel-mentees] [PATCH] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-04 15:46 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: Sheriff Esseson @ 2019-08-04 15:46 UTC (permalink / raw)


Fix broken reference to virt/index.rst.

Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
Documentation/virt")

Reported-by: Sphinx

Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>
---
 Documentation/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 2df5a3da563c..5205430305d5 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -115,7 +115,7 @@ needed).
    target/index
    timers/index
    watchdog/index
-   virtual/index
+   virt/index
    input/index
    hwmon/index
    gpu/index
-- 
2.17.1

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

* [PATCH] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-04 15:46 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: Sheriff Esseson @ 2019-08-04 15:46 UTC (permalink / raw)
  To: skhan
  Cc: Song Liu, Albert Ou,
	open list:BPF (Safe dynamic programs and tools), Daniel Borkmann,
	Jonathan Corbet, open list:BPF (Safe dynamic programs and tools),
	Palmer Dabbelt, open list:DOCUMENTATION, Alexei Starovoitov,
	open list, Paul Walmsley, Yonghong Song,
	open list:RISC-V ARCHITECTURE, linux-kernel-mentees,
	Martin KaFai Lau

Fix broken reference to virt/index.rst.

Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
Documentation/virt")

Reported-by: Sphinx

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---
 Documentation/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 2df5a3da563c..5205430305d5 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -115,7 +115,7 @@ needed).
    target/index
    timers/index
    watchdog/index
-   virtual/index
+   virt/index
    input/index
    hwmon/index
    gpu/index
-- 
2.17.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH] Documentation: virt: Fix broken reference to virt tree's index
  2019-08-04 15:46 ` sheriffesseson
  (?)
  (?)
@ 2019-08-05  0:10   ` willy
  -1 siblings, 0 replies; 8+ messages in thread
From: Matthew Wilcox @ 2019-08-05  0:10 UTC (permalink / raw)
  To: Sheriff Esseson
  Cc: skhan, linux-kernel-mentees, Jonathan Corbet, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, Alexei Starovoitov, Daniel Borkmann,
	Martin KaFai Lau, Song Liu, Yonghong Song,
	open list:DOCUMENTATION, open list, open list:RISC-V ARCHITECTURE,
	open list:BPF (Safe dynamic programs and tools),
	open list:BPF (Safe dynamic programs and tools)

On Sun, Aug 04, 2019 at 04:46:35PM +0100, Sheriff Esseson wrote:
> Fix broken reference to virt/index.rst.
> 
> Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")

'Sequel to'?  Do you mean 'Fixes'?

> Reported-by: Sphinx

Reported-by is used for people.  See
Documentation/process/submitting-patches.rst section 13.


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

* [Linux-kernel-mentees] [PATCH] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-05  0:10   ` willy
  0 siblings, 0 replies; 8+ messages in thread
From: willy @ 2019-08-05  0:10 UTC (permalink / raw)


On Sun, Aug 04, 2019 at 04:46:35PM +0100, Sheriff Esseson wrote:
> Fix broken reference to virt/index.rst.
> 
> Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")

'Sequel to'?  Do you mean 'Fixes'?

> Reported-by: Sphinx

Reported-by is used for people.  See
Documentation/process/submitting-patches.rst section 13.

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

* [Linux-kernel-mentees] [PATCH] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-05  0:10   ` willy
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Wilcox @ 2019-08-05  0:10 UTC (permalink / raw)


On Sun, Aug 04, 2019 at 04:46:35PM +0100, Sheriff Esseson wrote:
> Fix broken reference to virt/index.rst.
> 
> Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")

'Sequel to'?  Do you mean 'Fixes'?

> Reported-by: Sphinx

Reported-by is used for people.  See
Documentation/process/submitting-patches.rst section 13.

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

* Re: [PATCH] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-05  0:10   ` willy
  0 siblings, 0 replies; 8+ messages in thread
From: Matthew Wilcox @ 2019-08-05  0:10 UTC (permalink / raw)
  To: Sheriff Esseson
  Cc: Song Liu, Albert Ou,
	open list:BPF (Safe dynamic programs and tools), Daniel Borkmann,
	Jonathan Corbet, open list:BPF (Safe dynamic programs and tools),
	Palmer Dabbelt, open list:DOCUMENTATION, Alexei Starovoitov,
	open list:RISC-V ARCHITECTURE, open list, Paul Walmsley,
	Yonghong Song, skhan, linux-kernel-mentees, Martin KaFai Lau

On Sun, Aug 04, 2019 at 04:46:35PM +0100, Sheriff Esseson wrote:
> Fix broken reference to virt/index.rst.
> 
> Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")

'Sequel to'?  Do you mean 'Fixes'?

> Reported-by: Sphinx

Reported-by is used for people.  See
Documentation/process/submitting-patches.rst section 13.


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2019-08-05  0:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-04 15:46 [PATCH] Documentation: virt: Fix broken reference to virt tree's index Sheriff Esseson
2019-08-04 15:46 ` Sheriff Esseson
2019-08-04 15:46 ` [Linux-kernel-mentees] " Sheriff Esseson
2019-08-04 15:46 ` sheriffesseson
2019-08-05  0:10 ` Matthew Wilcox
2019-08-05  0:10   ` Matthew Wilcox
2019-08-05  0:10   ` [Linux-kernel-mentees] " Matthew Wilcox
2019-08-05  0:10   ` willy

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.