lib: sbi: fix comment indent
authorGianluca Guida <gianluca@rivosinc.com>
Thu, 29 Jun 2023 14:24:08 +0000 (15:24 +0100)
committerAnup Patel <anup@brainfault.org>
Wed, 5 Jul 2023 03:55:32 +0000 (09:25 +0530)
Use tabs rather than spaces.

Signed-off-by: Gianluca Guida <gianluca@rivosinc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_ecall_dbcn.c

index ecec027a0e191d52b55d2afcfd1584f6f3d5e48f..8e687298a39e2c7c8ac08d97fe4da2c121596d3b 100644 (file)
@@ -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;