diff options
| author | Petr Mladek <pmladek@suse.com> | 2025-08-04 14:16:21 +0200 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2025-08-04 14:16:21 +0200 |
| commit | 731ae3ad96bce49f9243d20bcabe3a2b85b8a178 (patch) | |
| tree | 5a2150c5ee69f372d5c4648bb5e427f3678664bf /include/linux | |
| parent | 3bfd34ed362b0a8aa96b54a582f0a32786ceec43 (diff) | |
| parent | de1c831a7898f164c1c2703c6b2b9e4fb4bebefc (diff) | |
Merge branch 'for-6.17-hash_pointers' into for-linus
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sprintf.h b/include/linux/sprintf.h index 51cab2def9ec..521bb2cd2648 100644 --- a/include/linux/sprintf.h +++ b/include/linux/sprintf.h @@ -22,7 +22,7 @@ __scanf(2, 0) int vsscanf(const char *, const char *, va_list); /* These are for specific cases, do not use without real need */ extern bool no_hash_pointers; -int no_hash_pointers_enable(char *str); +void hash_pointers_finalize(bool slub_debug); /* Used for Rust formatting ('%pA') */ char *rust_fmt_argument(char *buf, char *end, const void *ptr); |
