* [U-Boot] [PATCH] libfdt: Fix error in documentation for fdt_get_alias_namelen()
@ 2008-10-04 12:05 Jerry Van Baren
0 siblings, 0 replies; only message in thread
From: Jerry Van Baren @ 2008-10-04 12:05 UTC (permalink / raw)
To: u-boot
Oops, screwed up the function name in the documenting comment for this
function. Trivial correction in this patch.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
---
Cut'n'paste error pointed out by Petri Lehtinen (thanks!). I turned it
into a real git patch and applied it to u-boot-fdt.
Note to Jon: Because u-boot keeps the libfdt.h header in include/ rather
than in libfdt/, this needs to be trivially modified to apply it to the
dtc repo. I'll send that to the linuxppd.dev list in a minute.
Best regards,
gvb
include/libfdt.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/libfdt.h b/include/libfdt.h
index 7cad68c..ce374fd 100644
--- a/include/libfdt.h
+++ b/include/libfdt.h
@@ -459,7 +459,7 @@ static inline void *fdt_getprop_w(void *fdt, int nodeoffset,
uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/**
- * fdt_get_namelen - get alias based on substring
+ * fdt_get_alias_namelen - get alias based on substring
* @fdt: pointer to the device tree blob
* @name: name of the alias th look up
* @namelen: number of characters of name to consider
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-04 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04 12:05 [U-Boot] [PATCH] libfdt: Fix error in documentation for fdt_get_alias_namelen() Jerry Van Baren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox