caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 30 Mar 2024 08:32:12 +0000 (09:32 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 3 Apr 2024 01:20:00 +0000 (18:20 -0700)
commitf9a4506438a1068d9ff613319bc64dcaa65f681d
tree817de0b4ca3109872681b1dfc03c41762615eb2a
parent5f0b6c94e396cff0998737bd9526ddd093a5273d
caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16

UTILITY_NAME_LENGTH is 16. So better use the former when defining the
'utility_name' array. This makes the intent clearer when it is used around
line 260.

While at it, declare variable in reverse xmas tree style.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/8c1160501f69b64bb2d45ce9f26f746eec80ac77.1711787352.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/caif/cfctrl.c