Re: [PATCH v1 1/1] gpio: mockup: Adjust documentation to the code

2021-03-16 Thread Bartosz Golaszewski
On Mon, Mar 15, 2021 at 5:59 PM Andy Shevchenko wrote: > > First of all one of the parameter missed 'mockup' in its name, > Second, the semantics of the integer pairs depends on the sign > of the base (the first value in the pair). > > Update documentation to reflect the real code behaviour. > > F

Re: [PATCH v1 1/1] gpio: mockup: Adjust documentation to the code

2021-03-15 Thread Andy Shevchenko
On Mon, Mar 15, 2021 at 7:01 PM Andy Shevchenko wrote: > > First of all one of the parameter missed 'mockup' in its name, > Second, the semantics of the integer pairs depends on the sign > of the base (the first value in the pair). > This parameter takes an argument in the form of an arr

[PATCH v1 1/1] gpio: mockup: Adjust documentation to the code

2021-03-15 Thread Andy Shevchenko
First of all one of the parameter missed 'mockup' in its name, Second, the semantics of the integer pairs depends on the sign of the base (the first value in the pair). Update documentation to reflect the real code behaviour. Fixes: 2fd1abe99e5f ("Documentation: gpio: add documentation for gpio-m