From 040fcf49ab9d428018eb3e04640df123594d2165 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Fri, 30 Aug 2024 08:56:56 -0700 Subject: [PATCH] lib: sbi_domain_context: Fix file permissions These C source files should not be marked as executable. Signed-off-by: Samuel Holland Reviewed-by: Anup Patel --- include/sbi/sbi_domain_context.h | 0 lib/sbi/sbi_domain_context.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 include/sbi/sbi_domain_context.h mode change 100755 => 100644 lib/sbi/sbi_domain_context.c diff --git a/include/sbi/sbi_domain_context.h b/include/sbi/sbi_domain_context.h old mode 100755 new mode 100644 diff --git a/lib/sbi/sbi_domain_context.c b/lib/sbi/sbi_domain_context.c old mode 100755 new mode 100644