[PATCH] lib: sbi: fix comment indent
Anup Patel
anup at brainfault.org
Mon Jul 3 23:01:08 PDT 2023
On Thu, Jun 29, 2023 at 8:00 PM Gianluca Guida <gianluca at rivosinc.com> wrote:
>
> Use tabs rather than spaces.
>
> Signed-off-by: Gianluca Guida <gianluca at rivosinc.com>
Looks good to me.
Reviewed-by: Anup Patel <anup at brainfault.org>
Regards,
Anup
> ---
> lib/sbi/sbi_ecall_dbcn.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/lib/sbi/sbi_ecall_dbcn.c b/lib/sbi/sbi_ecall_dbcn.c
> index ecec027..8e68729 100644
> --- a/lib/sbi/sbi_ecall_dbcn.c
> +++ b/lib/sbi/sbi_ecall_dbcn.c
> @@ -34,10 +34,10 @@ static int sbi_ecall_dbcn_handler(unsigned long extid, unsigned long funcid,
> * Based on above, we simply fail if the upper 32bits of
> * the physical address (i.e. a2 register) is non-zero on
> * RV32.
> - *
> - * Analogously, we fail if the upper 64bit of the
> - * physical address (i.e. a2 register) is non-zero on
> - * RV64.
> + *
> + * Analogously, we fail if the upper 64bit of the
> + * physical address (i.e. a2 register) is non-zero on
> + * RV64.
> */
> if (regs->a2)
> return SBI_ERR_FAILED;
> --
> 2.34.1
>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi
More information about the opensbi
mailing list