Re: [PATCH resend 2/6] cdrom: factor out common open_for_* code

From: Bart Van Assche
Date: Mon Jan 29 2018 - 12:02:11 EST


On Fri, 2018-01-26 at 17:58 +0100, Michal Suchanek wrote:
> - ret=cdo->tray_move(cdi,0);
> + ret = cdo->tray_move(cdi, 0);

Please separate whitespace-only changes from functional changes such that
this patch series becomes easier to review.

Thanks,

Bart.