Re: [PATCH 1/5] mkeficapsule: constify function parameters

2023-06-21 Thread Schmidt, Malte
Hello Heinrich, thank you for you extensive review. I will incorporate your reviews in a future version of the patch series. Best Regards Malte Am 16.06.2023 um 20:18 schrieb Heinrich Schuchardt: On 6/16/23 13:34, Stefan Herbrechtsmeier wrote: From: Malte Schmidt Thanks for considering whi

Re: [PATCH 1/5] mkeficapsule: constify function parameters

2023-06-16 Thread Heinrich Schuchardt
On 6/16/23 13:34, Stefan Herbrechtsmeier wrote: From: Malte Schmidt Thanks for considering which parameters may be constants. nits: The Urban Dictionary defines 'constify' as: "To constantly do something, like constantly watching anime all day." %s/constify function parameters/make functio

[PATCH 1/5] mkeficapsule: constify function parameters

2023-06-16 Thread Stefan Herbrechtsmeier
From: Malte Schmidt Use const keyword for function parameters where appropriate. Signed-off-by: Malte Schmidt Signed-off-by: Stefan Herbrechtsmeier --- tools/mkeficapsule.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/tools/mkeficapsule.c