diff options
| author | Samuel Holland <[email protected]> | 2024-08-30 08:56:56 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-09-23 18:26:47 +0530 |
| commit | 040fcf49ab9d428018eb3e04640df123594d2165 (patch) | |
| tree | 170df11f1fa1e949df96603f0f1c74d442f297b9 | |
| parent | beef2f693785499153b00f330d0205f91c3add4e (diff) | |
lib: sbi_domain_context: Fix file permissions
These C source files should not be marked as executable.
Signed-off-by: Samuel Holland <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r--[-rwxr-xr-x] | include/sbi/sbi_domain_context.h | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | lib/sbi/sbi_domain_context.c | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/include/sbi/sbi_domain_context.h b/include/sbi/sbi_domain_context.h index 0d25884a..0d25884a 100755..100644 --- a/include/sbi/sbi_domain_context.h +++ b/include/sbi/sbi_domain_context.h diff --git a/lib/sbi/sbi_domain_context.c b/lib/sbi/sbi_domain_context.c index 1432e3a8..1432e3a8 100755..100644 --- a/lib/sbi/sbi_domain_context.c +++ b/lib/sbi/sbi_domain_context.c |
