On Tue, Mar 14, 2017 at 2:40 PM, Simon Marchi wrote: > Thanks for the updated patch. I just gave it a quick look, and it looks > good functionally. Just a little formatting issue. The four lines: > > else if (timeout_remaining < 0) > continue; > else > return SERIAL_TIMEOUT; > > should have one less indent (shift them two spaces to the left). Thank you. Corrected.