[PATCH 1/3] libfdt: libfdt_internal.h correct final comment in ASSUME block

Tom Rini <[email protected]> Tue, 9 Dec 2025 15:50:51 -0600
Newsgroups org.kernel.vger.devicetree-compiler
Message-ID <[email protected]>
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 <[email protected]>
---
 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 b60b5456f596..9eb32394eb79 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 {
 	/*
-- 
2.43.0