commit | 2b76e39fca4739a75c9a4f96f3471af6b1c18d9e | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Dec 19 11:42:15 2024 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 23 11:18:35 2024 -0800 |
tree | 1e935a02baa6248c835ed72c804396434ffc4287 | |
parent | f372b2256acbfbbf703cfdfae3d02c5a6c0e1679 [diff] |
vsnprintf: mark the indirect width and precision cases unlikely Make the format_decode() code generation easier to look at by getting the strange and unlikely cases out of line. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>