mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: linux-doc@vger.kernel.org, linux-gpio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	Jonathan Corbet <corbet@lwn.net>,
	Alexander Dahl <ada@thorsis.com>
Subject: [PATCH 1/3] docs: gpio: mockup: Fix parameter name
Date: Mon, 29 Mar 2021 13:16:46 +0200	[thread overview]
Message-ID: <20210329111648.7969-2-ada@thorsis.com> (raw)
In-Reply-To: <20210329111648.7969-1-ada@thorsis.com>

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")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 Documentation/admin-guide/gpio/gpio-mockup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/gpio/gpio-mockup.rst b/Documentation/admin-guide/gpio/gpio-mockup.rst
index 9fa1618b3adc..e3cafb4451aa 100644
--- a/Documentation/admin-guide/gpio/gpio-mockup.rst
+++ b/Documentation/admin-guide/gpio/gpio-mockup.rst
@@ -27,7 +27,7 @@ module.
         the second 16 and the third 4. The base GPIO for the third chip is set
         to 405 while for two first chips it will be assigned automatically.
 
-    gpio_named_lines
+    gpio_mockup_named_lines
 
         This parameter doesn't take any arguments. It lets the driver know that
         GPIO lines exposed by it should be named.
-- 
2.20.1


  reply	other threads:[~2021-03-29 11:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29 11:16 [PATCH 0/3] docs: gpio: mockup: Fix parameter name and missing entry Alexander Dahl
2021-03-29 11:16 ` Alexander Dahl [this message]
2021-03-31  7:44   ` [PATCH 1/3] docs: gpio: mockup: Fix parameter name Bartosz Golaszewski
2021-03-31 12:27   ` Andy Shevchenko
2021-03-31 12:53     ` Alexander Dahl
2021-03-31 18:31       ` Bartosz Golaszewski
2021-03-29 11:16 ` [PATCH 2/3] docs: kernel-parameters: Move gpio-mockup for alphabetic order Alexander Dahl
2021-03-31  7:46   ` Bartosz Golaszewski
2021-03-29 11:16 ` [PATCH 3/3] docs: kernel-parameters: Add gpio_mockup_named_lines Alexander Dahl
2021-03-31  7:46   ` Bartosz Golaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210329111648.7969-2-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=corbet@lwn.net \
    --cc=linus.walleij@linaro.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®