From e033569910aecb4d8fb437a622e542b8803834ec Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 24 May 2022 21:18:55 +0300 Subject: initial musings about exec --- include/libfdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libfdt.h') diff --git a/include/libfdt.h b/include/libfdt.h index a1266c9..f6e159d 100644 --- a/include/libfdt.h +++ b/include/libfdt.h @@ -83,7 +83,7 @@ void __dbg_fdt(const void *fdt, int node_offset, int depth); /** * Load int{32,64} from FDT at location specified by pointer. - * + * * @param c Size of int, where 2 == int64 and everything else int32. Query int * size from FDT with \ref get_cellinfo() and \ref get_reginfo(). * @param p Pointer to int{32,64} inside the global FDT. -- cgit v1.3