All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Axel Lin <axel.lin@ingics.com>
Cc: linux-kernel@vger.kernel.org,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	Greg KH <gregkh@linuxfoundation.org>
Subject: Re: [PATCH] extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_
Date: Thu, 04 Oct 2012 10:32:39 +0900	[thread overview]
Message-ID: <506CE737.6010201@samsung.com> (raw)
In-Reply-To: <1349191833.14338.1.camel@phoenix>

On 10/03/2012 12:30 AM, Axel Lin wrote:

> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  drivers/extcon/extcon-class.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/extcon/extcon-class.c b/drivers/extcon/extcon-class.c
> index 946a318..337bbb4 100644
> --- a/drivers/extcon/extcon-class.c
> +++ b/drivers/extcon/extcon-class.c
> @@ -362,7 +362,7 @@ int extcon_get_cable_state(struct extcon_dev *edev, const char *cable_name)
>  EXPORT_SYMBOL_GPL(extcon_get_cable_state);
>  
>  /**
> - * extcon_get_cable_state_() - Set the status of a specific cable.
> + * extcon_set_cable_state_() - Set the status of a specific cable.
>   * @edev:	the extcon device that has the cable.
>   * @index:	cable index that can be retrieved by extcon_find_cable_index().
>   * @cable_state:	the new cable status. The default semantics is
> @@ -382,7 +382,7 @@ int extcon_set_cable_state_(struct extcon_dev *edev,
>  EXPORT_SYMBOL_GPL(extcon_set_cable_state_);
>  
>  /**
> - * extcon_get_cable_state() - Set the status of a specific cable.
> + * extcon_set_cable_state() - Set the status of a specific cable.
>   * @edev:	the extcon device that has the cable.
>   * @cable_name:	cable name.
>   * @cable_state:	the new cable status. The default semantics is


Applied, thanks.

I applied this patch at extcon git repository
and you can check it after some hours.
-
http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/extcon-for-next

Thank you,
Chanwoo Choi

      reply	other threads:[~2012-10-04  1:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-02 15:30 [PATCH] extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_ Axel Lin
2012-10-04  1:32 ` Chanwoo Choi [this message]

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=506CE737.6010201@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=axel.lin@ingics.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    /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 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.