mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-07-06 21:19:03 +00:00
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>
This commit is contained in:
parent
2552799a1d
commit
0907de38db
1 changed files with 4 additions and 4 deletions
|
@ -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
|
* Based on above, we simply fail if the upper 32bits of
|
||||||
* the physical address (i.e. a2 register) is non-zero on
|
* the physical address (i.e. a2 register) is non-zero on
|
||||||
* RV32.
|
* RV32.
|
||||||
*
|
*
|
||||||
* Analogously, we fail if the upper 64bit of the
|
* Analogously, we fail if the upper 64bit of the
|
||||||
* physical address (i.e. a2 register) is non-zero on
|
* physical address (i.e. a2 register) is non-zero on
|
||||||
* RV64.
|
* RV64.
|
||||||
*/
|
*/
|
||||||
if (regs->a2)
|
if (regs->a2)
|
||||||
return SBI_ERR_FAILED;
|
return SBI_ERR_FAILED;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue