]> git.ipfire.org Git - thirdparty/kmod.git/commit
util: Use local variable in get_backoff_delta_msec
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 29 Jun 2025 11:40:46 +0000 (13:40 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 7 Jul 2025 15:20:33 +0000 (10:20 -0500)
commit9c1a363e3eca30646351962e7d3a172c862afb69
treeed233b94d340e881e0deee58516411f0fe597f40
parent2537c171bc906fcc67a6854c69b41cb0eb2db947
util: Use local variable in get_backoff_delta_msec

This might make the code easier to read.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/377
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
shared/util.c