aboutsummaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2021-05-28 00:20:45 +0200
committerTom Rini <trini@konsulko.com>2021-07-15 18:44:36 -0400
commitce452157e6a8b68b76cfc5e3d30f7d7b10ace575 (patch)
tree99fdda1085cd57c323f10b6c585a2dcc5a62e032 /lib/vsprintf.c
parent97587786463ae3a44c95fcb053ab27136c646aa3 (diff)
downloadu-boot-ce452157e6a8b68b76cfc5e3d30f7d7b10ace575.zip
u-boot-ce452157e6a8b68b76cfc5e3d30f7d7b10ace575.tar.gz
u-boot-ce452157e6a8b68b76cfc5e3d30f7d7b10ace575.tar.bz2
lib/vsprintf.c: remove stale comment
U-Boot doesn't support %pS/%pF or any other kind of kallsyms-like lookups. Remove the comment. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r--lib/vsprintf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index cf3982e..af0a6e1 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -434,9 +434,6 @@ static char *uuid_string(char *buf, char *end, u8 *addr, int field_width,
* - 'i' [46] for 'raw' IPv4/IPv6 addresses, IPv6 omits the colons, IPv4 is
* currently the same
*
- * Note: The difference between 'S' and 'F' is that on ia64 and ppc64
- * function pointers are really function descriptors, which contain a
- * pointer to the real address.
*/
static char *pointer(const char *fmt, char *buf, char *end, void *ptr,
int field_width, int precision, int flags)