After commit d705ff3818 (tty: vt, cleanup and document con_scroll), in
the coccinelle output, we can see:
drivers/usb/misc/sisusbvga/sisusb_con.c:852:8-9: WARNING: return of 0/1 in
function 'sisusbcon_scroll_area' with return type bool
Return true instead of 1 in the function returning bool which
After commit d705ff3818 (tty: vt, cleanup and document con_scroll), in
the coccinelle output, we can see:
drivers/usb/misc/sisusbvga/sisusb_con.c:852:8-9: WARNING: return of 0/1 in
function 'sisusbcon_scroll_area' with return type bool
Return true instead of 1 in the function returning bool which