On 15.07.2025 11:31, Dmytro Prokopchuk1 wrote:
> Rule 10.1: Operands shall not be of an
> inappropriate essential type
> 
> The following are non-compliant:
> - boolean used as a numeric value.
> 
> The result of the '__isleap' macro is a boolean.
> Suppress analyser tool finding.
> 
> The result of 'NOW() > timeout' is a boolean,
> which is compared to a numeric value. Fix this.
> Regression was introdiced by commit:
> be7f047e08 (xen/arm: smmuv3: Replace linux functions with xen functions.)
> 
> Remove pointless cast '(const unsigned short int *)'.
> The source array and the destination pointer are both of the same type.
> 
> Signed-off-by: Dmytro Prokopchuk <dmytro_prokopch...@epam.com>

Reviewed-by: Jan Beulich <jbeul...@suse.com>


Reply via email to