On Mon, Apr 20, 2020 at 08:38:05PM +0800, Jason Yan wrote: > The '==' expression itself is bool, no need to convert it to bool again. > This fixes the following coccicheck warning: > > virt/kvm/eventfd.c:724:38-43: WARNING: conversion to bool not needed > here > > Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx> Reviewed-by: Peter Xu <peterx@xxxxxxxxxx> -- Peter Xu