[PATCH] xen/libfdt: Fix comment following treewide __ASSEMBLY__ cleanup

Andrew Cooper posted 1 patch 1 day, 16 hours ago
xen/include/xen/libfdt/fdt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] xen/libfdt: Fix comment following treewide __ASSEMBLY__ cleanup
Posted by Andrew Cooper 1 day, 16 hours ago
This one comment didn't match the #ifdef symbol, and escaped conversion.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
---
 xen/include/xen/libfdt/fdt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/include/xen/libfdt/fdt.h b/xen/include/xen/libfdt/fdt.h
index 57fe566306d0..c6e4d7838dc5 100644
--- a/xen/include/xen/libfdt/fdt.h
+++ b/xen/include/xen/libfdt/fdt.h
@@ -45,7 +45,7 @@ struct fdt_property {
 	char data[0];
 };
 
-#endif /* !__ASSEMBLY */
+#endif /* !__ASSEMBLER__ */
 
 #define FDT_MAGIC	0xd00dfeed	/* 4: version, 4: total size */
 #define FDT_TAGSIZE	sizeof(fdt32_t)

base-commit: 63137a87311e1081bce0c5a4364492b4fc728bfb
-- 
2.39.5