Skip to content

Commit d44b7fb

Browse files
committed
vsprintf: fix pointer style
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 25f7b16 commit d44b7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vsprintf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@ int __init no_hash_pointers_enable(char *str)
22712271
early_param("no_hash_pointers", no_hash_pointers_enable);
22722272

22732273
/* Used for Rust formatting ('%pA'). */
2274-
char *rust_fmt_argument(char* buf, char* end, void *ptr);
2274+
char *rust_fmt_argument(char *buf, char *end, void *ptr);
22752275

22762276
/*
22772277
* Show a '%p' thing. A kernel extension is that the '%p' is followed

0 commit comments

Comments
 (0)