aboutsummaryrefslogtreecommitdiff
path: root/core/nvram-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/nvram-format.c')
-rw-r--r--core/nvram-format.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/nvram-format.c b/core/nvram-format.c
index 881a3b9..899fab4 100644
--- a/core/nvram-format.c
+++ b/core/nvram-format.c
@@ -142,12 +142,12 @@ int nvram_check(void *nvram_image, const uint32_t nvram_size)
}
}
if (!found_common) {
- prerror("NVRAM: Common partition not found !\n");
+ prerror("NVRAM: Common partition not found !\n");
goto failed;
}
if (!found_skiboot) {
- prerror("NVRAM: Skiboot private partition "
- "not found !\n");
+ prerror("NVRAM: Skiboot private partition "
+ "not found !\n");
goto failed;
}