On 24.07.2023 16:26, Nicola Vetrini wrote:
> Rule 5.3 has the following headline:
> "An identifier declared in an inner scope shall not hide an
> identifier declared in an outer scope"
> 
> The function parameters renamed in this patch are hiding a variable defined
> in an enclosing scope.
> 
> The following rename is made:
> - s/cfg/file/
> to distinguish from the variable 'cfg', which is hidden by the parameter 
> inside
> the modified functions.
> 
> Signed-off-by: Nicola Vetrini <[email protected]>

Somewhat hesitantly
Acked-by: Jan Beulich <[email protected]>

Jan

Reply via email to