Message ID | 20221014003252.17765-4-peterlin@andestech.com |
---|---|
State | Accepted |
Headers | show |
Series | Add Andes AE350 fdt driver support | expand |
On Fri, Oct 14, 2022 at 6:03 AM Yu Chien Peter Lin <peterlin@andestech.com> wrote: > > Fix minor grammar issue in function description. > > Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Looks good to me. Reviewed-by: Anup Patel <anup@brainfault.org> Regards, Anup > --- > include/sbi/sbi_domain.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/sbi/sbi_domain.h b/include/sbi/sbi_domain.h > index b90f59c..00662a1 100644 > --- a/include/sbi/sbi_domain.h > +++ b/include/sbi/sbi_domain.h > @@ -175,7 +175,7 @@ int sbi_domain_register(struct sbi_domain *dom, > * @param reg pointer to the memory region to be added > * > * @return 0 on success > - * @return SBI_EALREADY if memory region conflicts with existing > + * @return SBI_EALREADY if memory region conflicts with the existing one > * @return SBI_EINVAL otherwise > */ > int sbi_domain_root_add_memregion(const struct sbi_domain_memregion *reg); > -- > 2.34.1 > > > -- > opensbi mailing list > opensbi@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/opensbi
diff --git a/include/sbi/sbi_domain.h b/include/sbi/sbi_domain.h index b90f59c..00662a1 100644 --- a/include/sbi/sbi_domain.h +++ b/include/sbi/sbi_domain.h @@ -175,7 +175,7 @@ int sbi_domain_register(struct sbi_domain *dom, * @param reg pointer to the memory region to be added * * @return 0 on success - * @return SBI_EALREADY if memory region conflicts with existing + * @return SBI_EALREADY if memory region conflicts with the existing one * @return SBI_EINVAL otherwise */ int sbi_domain_root_add_memregion(const struct sbi_domain_memregion *reg);
Fix minor grammar issue in function description. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> --- include/sbi/sbi_domain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)