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