All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-09 13:23 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: Sheriff Esseson @ 2019-08-09 13:23 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.

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

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---

Changes in v2:
	- Fix patch description. 

 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 v2] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-09 13:23 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: sheriffesseson @ 2019-08-09 13:23 UTC (permalink / raw)


Fix broken reference to virt/index.rst.

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

Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>
---

Changes in v2:
	- Fix patch description. 

 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 v2] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-09 13:23 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: Sheriff Esseson @ 2019-08-09 13:23 UTC (permalink / raw)


Fix broken reference to virt/index.rst.

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

Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>
---

Changes in v2:
	- Fix patch description. 

 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 v2] Documentation: virt: Fix broken reference to virt tree's index
@ 2019-08-09 13:23 ` sheriffesseson
  0 siblings, 0 replies; 8+ messages in thread
From: Sheriff Esseson @ 2019-08-09 13:23 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.

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

Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>
---

Changes in v2:
	- Fix patch description. 

 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 v2] Documentation: virt: Fix broken reference to virt tree's index
  2019-08-09 13:23 ` sheriffesseson
  (?)
  (?)
@ 2019-08-12 21:16   ` corbet
  -1 siblings, 0 replies; 8+ messages in thread
From: Jonathan Corbet @ 2019-08-12 21:16 UTC (permalink / raw)
  To: Sheriff Esseson
  Cc: skhan, linux-kernel-mentees, 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 Fri, 9 Aug 2019 14:23:49 +0100
Sheriff Esseson <sheriffesseson@gmail.com> wrote:

> Fix broken reference to virt/index.rst.
> 
> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>

Note that you should keep the "Fixes:" tag on a single line, and not put a
blank line between it and the other tags.  I've fixed that up and applied
the patch, thanks.

jon

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

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


On Fri, 9 Aug 2019 14:23:49 +0100
Sheriff Esseson <sheriffesseson at gmail.com> wrote:

> Fix broken reference to virt/index.rst.
> 
> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>

Note that you should keep the "Fixes:" tag on a single line, and not put a
blank line between it and the other tags.  I've fixed that up and applied
the patch, thanks.

jon

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

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


On Fri, 9 Aug 2019 14:23:49 +0100
Sheriff Esseson <sheriffesseson at gmail.com> wrote:

> Fix broken reference to virt/index.rst.
> 
> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>

Note that you should keep the "Fixes:" tag on a single line, and not put a
blank line between it and the other tags.  I've fixed that up and applied
the patch, thanks.

jon

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

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

On Fri, 9 Aug 2019 14:23:49 +0100
Sheriff Esseson <sheriffesseson@gmail.com> wrote:

> Fix broken reference to virt/index.rst.
> 
> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to
> Documentation/virt")
> 
> Signed-off-by: Sheriff Esseson <sheriffesseson@gmail.com>

Note that you should keep the "Fixes:" tag on a single line, and not put a
blank line between it and the other tags.  I've fixed that up and applied
the patch, thanks.

jon

_______________________________________________
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-12 21:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-09 13:23 [PATCH v2] Documentation: virt: Fix broken reference to virt tree's index Sheriff Esseson
2019-08-09 13:23 ` Sheriff Esseson
2019-08-09 13:23 ` [Linux-kernel-mentees] " Sheriff Esseson
2019-08-09 13:23 ` sheriffesseson
2019-08-12 21:16 ` Jonathan Corbet
2019-08-12 21:16   ` Jonathan Corbet
2019-08-12 21:16   ` [Linux-kernel-mentees] " Jonathan Corbet
2019-08-12 21:16   ` corbet

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.