Le 04/09/2025 à 13:27, Liao Yuanhong a écrit :
For ternary operators in the form of "a ? true : false", if 'a' itself returns a boolean result, the ternary operator can be omitted. Remove redundant ternary operators to clean up the code. Signed-off-by: Liao Yuanhong <[email protected]> ---
Hi, Acked-by: Raphaël Gallais-Pou <[email protected]> Thanks, Best regards, Raphaël
