From b126924732983f60ddc6bdcf6157083982ef32f0 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 9 Dec 2025 15:50:51 -0600 Subject: [PATCH] libfdt: libfdt_internal.h correct final comment in ASSUME block The value "ASSUME_SANE" was never used in the project here, only ASSUME_PERFECT was used. Update the comment to reflect the correct name. Fixes: 464962489dcc ("Add a way to control the level of checks in the code") Signed-off-by: Tom Rini Message-ID: <20251210022002.3004223-2-trini@konsulko.com> Signed-off-by: David Gibson --- libfdt/libfdt_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfdt/libfdt_internal.h b/libfdt/libfdt_internal.h index b60b545..9eb3239 100644 --- a/libfdt/libfdt_internal.h +++ b/libfdt/libfdt_internal.h @@ -92,7 +92,7 @@ static inline uint64_t fdt64_ld_(const fdt64_t *p) * signature or hash check before using libfdt. * * For situations where security is not a concern it may be safe to enable - * ASSUME_SANE. + * ASSUME_PERFECT. */ enum { /*