Re: [PATCH RFC v3] auxdisplay: charlcd: Fix and clean up handling of x/y commands
From: Willy Tarreau
Date: Tue Feb 27 2018 - 17:23:10 EST
On Tue, Feb 27, 2018 at 11:09:52PM +0100, Miguel Ojeda wrote:
> The current version is not parsing multiple x/y commands as the code
> originally intended. On top of that, kstrtoul() expects
> NULL-terminated strings. Finally, the code does two passes over
> the string.
>
> Some explanations about the supported syntax are added as well.
Looks much better, thank you ;-)
Willy