diff options
| author | Anup Patel <[email protected]> | 2019-01-21 23:23:23 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-01-22 11:40:15 +0530 |
| commit | 5c2ab99971dfbf9645da91e20c21f20e2648e192 (patch) | |
| tree | 4fb4e86cdafbe0e47538538edf366ef202dedc75 /lib | |
| parent | 3fde8f3f644396bb2c664b474a4eaa4205acf639 (diff) | |
lib: Add doxygen style documentation for sbi_platform
This patch adds doxygen style documenation for struct sbi_platform
and related functions/macros/defines.
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sbi_trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbi_trap.c b/lib/sbi_trap.c index 9f212c1f..3c016606 100644 --- a/lib/sbi_trap.c +++ b/lib/sbi_trap.c @@ -75,7 +75,7 @@ static void __noreturn sbi_trap_error(const char *msg, * @param cause exception cause for lower privledge mode * @param tval trap value for lower privledge mode * - * Returns 0 on success and error code (< 0) on failure + * @return 0 on success and negative error code on failure */ int sbi_trap_redirect(struct sbi_trap_regs *regs, struct sbi_scratch *scratch, |
