diff options
| author | Rahul Pathak <[email protected]> | 2021-08-26 15:24:18 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2021-08-30 09:07:47 +0530 |
| commit | bd316e2c9bf855b7b7918e71622a9cded6a176ad (patch) | |
| tree | 2c90fe081b93371a1e1765d67bb84f824b02b33c | |
| parent | b1d3e91e9a69595119e3da19ca175145d2a1b8d6 (diff) | |
lib: sbi: Correct typo in faults delegation CSR name
Correcting the name of faults delegation CSR
%s/mfdeleg/medeleg
Signed-off-by: Rahul Pathak <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | lib/sbi/sbi_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbi/sbi_platform.c b/lib/sbi/sbi_platform.c index e8b94a3d..99bd8f50 100644 --- a/lib/sbi/sbi_platform.c +++ b/lib/sbi/sbi_platform.c @@ -20,7 +20,7 @@ static inline char *sbi_platform_feature_id2string(unsigned long feature) switch (feature) { case SBI_PLATFORM_HAS_MFAULTS_DELEGATION: - fstr = "mfdeleg"; + fstr = "medeleg"; break; default: break; |
