All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] pinctrl: fix typos in comment blocks of pinconfig_post_bind()
@ 2016-08-19  9:26 Masahiro Yamada
  2016-08-20 23:52 ` Simon Glass
  2016-08-21 15:09 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2016-08-19  9:26 UTC (permalink / raw)
  To: u-boot

'-' is never used in function names.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/pinctrl/pinctrl-uclass.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-uclass.c b/drivers/pinctrl/pinctrl-uclass.c
index fd04b26..7397de2 100644
--- a/drivers/pinctrl/pinctrl-uclass.c
+++ b/drivers/pinctrl/pinctrl-uclass.c
@@ -113,7 +113,7 @@ static int pinctrl_select_state_full(struct udevice *dev, const char *statename)
 }
 
 /**
- * pinconfig_post-bind() - post binding for PINCONFIG uclass
+ * pinconfig_post_bind() - post binding for PINCONFIG uclass
  * Recursively bind its children as pinconfig devices.
  *
  * @dev: pinconfig device
@@ -257,7 +257,7 @@ int pinctrl_get_gpio_mux(struct udevice *dev, int banknum, int index)
 }
 
 /**
- * pinconfig_post-bind() - post binding for PINCTRL uclass
+ * pinconfig_post_bind() - post binding for PINCTRL uclass
  * Recursively bind child nodes as pinconfig devices in case of full pinctrl.
  *
  * @dev: pinctrl device
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] pinctrl: fix typos in comment blocks of pinconfig_post_bind()
  2016-08-19  9:26 [U-Boot] [PATCH] pinctrl: fix typos in comment blocks of pinconfig_post_bind() Masahiro Yamada
@ 2016-08-20 23:52 ` Simon Glass
  2016-08-21 15:09 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2016-08-20 23:52 UTC (permalink / raw)
  To: u-boot

On 19 August 2016 at 03:26, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> '-' is never used in function names.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  drivers/pinctrl/pinctrl-uclass.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] pinctrl: fix typos in comment blocks of pinconfig_post_bind()
  2016-08-19  9:26 [U-Boot] [PATCH] pinctrl: fix typos in comment blocks of pinconfig_post_bind() Masahiro Yamada
  2016-08-20 23:52 ` Simon Glass
@ 2016-08-21 15:09 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-08-21 15:09 UTC (permalink / raw)
  To: u-boot

On Fri, Aug 19, 2016 at 06:26:54PM +0900, Masahiro Yamada wrote:

> '-' is never used in function names.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160821/6460d22f/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-21 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19  9:26 [U-Boot] [PATCH] pinctrl: fix typos in comment blocks of pinconfig_post_bind() Masahiro Yamada
2016-08-20 23:52 ` Simon Glass
2016-08-21 15:09 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.