Re: [PATCH v3] watchdog: Add watchdog timer support for the WinSystems EBC-C384

From: William Breathitt Gray
Date: Tue Jan 26 2016 - 09:31:50 EST


On 01/25/2016 5:11 PM, Guenter Roeck wrote:
>> + dev_warn(dev, "Invalid timeout (%u seconds), using default (%u seconds)\n",
>> + timeout, WATCHDOG_TIMEOUT);
>
> Multi-line alignment is off by one character.

I used tabs to align the lines to 8-character boundaries. Should I add
an additional space to align the "timeout" argument with the "dev"
argument?

William Breathitt Gray