mirror of
https://xff.cz/git/u-boot/
synced 2025-09-09 12:42:08 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
9758778646
commit
ce452157e6
@@ -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
|
* - 'i' [46] for 'raw' IPv4/IPv6 addresses, IPv6 omits the colons, IPv4 is
|
||||||
* currently the same
|
* 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,
|
static char *pointer(const char *fmt, char *buf, char *end, void *ptr,
|
||||||
int field_width, int precision, int flags)
|
int field_width, int precision, int flags)
|
||||||
|
Reference in New Issue
Block a user