Re: [PATCH] extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_

2012-10-03 Thread Chanwoo Choi
On 10/03/2012 12:30 AM, Axel Lin wrote:

> Signed-off-by: Axel Lin 
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_

2012-10-03 Thread Chanwoo Choi
On 10/03/2012 12:30 AM, Axel Lin wrote:

 Signed-off-by: Axel Lin axel@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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_

2012-10-02 Thread Axel Lin
Signed-off-by: Axel Lin 
---
 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
-- 
1.7.9.5



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_

2012-10-02 Thread Axel Lin
Signed-off-by: Axel Lin axel@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
-- 
1.7.9.5



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/