]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vsnprintf: mark the indirect width and precision cases unlikely
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Dec 2024 19:42:15 +0000 (11:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Dec 2024 19:18:35 +0000 (11:18 -0800)
commit2b76e39fca4739a75c9a4f96f3471af6b1c18d9e
tree1e935a02baa6248c835ed72c804396434ffc4287
parentf372b2256acbfbbf703cfdfae3d02c5a6c0e1679
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>
lib/vsprintf.c