diff mbox series

[1/3] docs: platform: Sort platform names

Message ID 20210429101609.1459066-1-bmeng.cn@gmail.com
State Accepted
Headers show
Series [1/3] docs: platform: Sort platform names | expand

Commit Message

Bin Meng April 29, 2021, 10:16 a.m. UTC
Let's sort the platform names in alphabetical order.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 docs/platform/generic.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Anup Patel May 4, 2021, 3:39 a.m. UTC | #1
> -----Original Message-----
> From: Bin Meng <bmeng.cn@gmail.com>
> Sent: 29 April 2021 15:46
> To: Anup Patel <Anup.Patel@wdc.com>; opensbi@lists.infradead.org
> Subject: [PATCH 1/3] docs: platform: Sort platform names
> 
> Let's sort the platform names in alphabetical order.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

Looks good to me.

Reviewed-by: Anup Patel <anup.patel@wdc.com>

Regards,
Anup

> ---
> 
>  docs/platform/generic.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/platform/generic.md b/docs/platform/generic.md index
> 8c3b0dd..e0bf8fe 100644
> --- a/docs/platform/generic.md
> +++ b/docs/platform/generic.md
> @@ -46,11 +46,11 @@ RISC-V Platforms Using Generic Platform
>  ---------------------------------------
> 
>  * **QEMU RISC-V Virt Machine** (*[qemu_virt.md]*)
> -* **Spike** (*[spike.md]*)
>  * **Shakti C-class SoC Platform** (*[shakti_cclass.md]*)
> +* **Spike** (*[spike.md]*)
>  * **T-HEAD C9xx series Processors** (*[thead-c9xx.md]*)
> 
>  [qemu_virt.md]: qemu_virt.md
> -[spike.md]: spike.md
>  [shakti_cclass.md]: shakti_cclass.md
> +[spike.md]: spike.md
>  [thead-c9xx.md]: thead-c9xx.md
> --
> 2.25.1
Anup Patel May 6, 2021, 9:09 a.m. UTC | #2
> -----Original Message-----
> From: Anup Patel
> Sent: 04 May 2021 09:10
> To: Bin Meng <bmeng.cn@gmail.com>; opensbi@lists.infradead.org
> Subject: RE: [PATCH 1/3] docs: platform: Sort platform names
> 
> 
> 
> > -----Original Message-----
> > From: Bin Meng <bmeng.cn@gmail.com>
> > Sent: 29 April 2021 15:46
> > To: Anup Patel <Anup.Patel@wdc.com>; opensbi@lists.infradead.org
> > Subject: [PATCH 1/3] docs: platform: Sort platform names
> >
> > Let's sort the platform names in alphabetical order.
> >
> > Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> 
> Looks good to me.
> 
> Reviewed-by: Anup Patel <anup.patel@wdc.com>

Applied this patch to the riscv/opensbi repo

Regards,
Anup

> 
> Regards,
> Anup
> 
> > ---
> >
> >  docs/platform/generic.md | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/docs/platform/generic.md b/docs/platform/generic.md index
> > 8c3b0dd..e0bf8fe 100644
> > --- a/docs/platform/generic.md
> > +++ b/docs/platform/generic.md
> > @@ -46,11 +46,11 @@ RISC-V Platforms Using Generic Platform
> >  ---------------------------------------
> >
> >  * **QEMU RISC-V Virt Machine** (*[qemu_virt.md]*)
> > -* **Spike** (*[spike.md]*)
> >  * **Shakti C-class SoC Platform** (*[shakti_cclass.md]*)
> > +* **Spike** (*[spike.md]*)
> >  * **T-HEAD C9xx series Processors** (*[thead-c9xx.md]*)
> >
> >  [qemu_virt.md]: qemu_virt.md
> > -[spike.md]: spike.md
> >  [shakti_cclass.md]: shakti_cclass.md
> > +[spike.md]: spike.md
> >  [thead-c9xx.md]: thead-c9xx.md
> > --
> > 2.25.1
diff mbox series

Patch

diff --git a/docs/platform/generic.md b/docs/platform/generic.md
index 8c3b0dd..e0bf8fe 100644
--- a/docs/platform/generic.md
+++ b/docs/platform/generic.md
@@ -46,11 +46,11 @@  RISC-V Platforms Using Generic Platform
 ---------------------------------------
 
 * **QEMU RISC-V Virt Machine** (*[qemu_virt.md]*)
-* **Spike** (*[spike.md]*)
 * **Shakti C-class SoC Platform** (*[shakti_cclass.md]*)
+* **Spike** (*[spike.md]*)
 * **T-HEAD C9xx series Processors** (*[thead-c9xx.md]*)
 
 [qemu_virt.md]: qemu_virt.md
-[spike.md]: spike.md
 [shakti_cclass.md]: shakti_cclass.md
+[spike.md]: spike.md
 [thead-c9xx.md]: thead-c9xx.md