On 12/10/2023 04:35, Juan Quintela wrote:
> Change code that is:
> 
> int ret;
> ...
> 
> ret = foo();
> if (ret[ < 0]?) {
> 
> to:
> 
> if (foo()[ < 0]) {
> 
> Signed-off-by: Juan Quintela <quint...@redhat.com>


Reviewed-by: Li Zhijian <lizhij...@fujitsu.com>

Reply via email to