Skip to content

Commit 0907de3

Browse files
glg-rvavpatel
authored andcommitted
lib: sbi: fix comment indent
Use tabs rather than spaces. Signed-off-by: Gianluca Guida <gianluca@rivosinc.com> Reviewed-by: Anup Patel <anup@brainfault.org>
1 parent 2552799 commit 0907de3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/sbi/sbi_ecall_dbcn.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ static int sbi_ecall_dbcn_handler(unsigned long extid, unsigned long funcid,
3434
* Based on above, we simply fail if the upper 32bits of
3535
* the physical address (i.e. a2 register) is non-zero on
3636
* RV32.
37-
*
38-
* Analogously, we fail if the upper 64bit of the
39-
* physical address (i.e. a2 register) is non-zero on
40-
* RV64.
37+
*
38+
* Analogously, we fail if the upper 64bit of the
39+
* physical address (i.e. a2 register) is non-zero on
40+
* RV64.
4141
*/
4242
if (regs->a2)
4343
return SBI_ERR_FAILED;

0 commit comments

Comments
 (0)