Re: [PATCH 1/3] docs: gpio: mockup: Fix parameter name

From: Andy Shevchenko
Date: Wed Mar 31 2021 - 08:28:15 EST


On Mon, Mar 29, 2021 at 2:18 PM Alexander Dahl <ada@xxxxxxxxxxx> wrote:
>
> Module probing with the parameter documented yielded this in kernel log:
>
> gpio_mockup: unknown parameter 'gpio_named_lines' ignored
>
> The parameter documented did not match the parameter actually
> implemented with commit 8a68ea00a62e ("gpio: mockup: implement naming
> the lines") long before introducing the documentation.
>
> Fixes: commit 2fd1abe99e5f ("Documentation: gpio: add documentation for gpio-mockup")

Alexander, in the entire series you are using the wrong format for the
Fixes tag.
I highly recommend to add in your .gitconfig file an alias:
one = show -s --pretty='format:%h (\"%s\")'

`git one <commit ID>` will give you proper value to refer to the
commit in question.

--
With Best Regards,
Andy Shevchenko