Re: [PATCH] regulator: Update documentation after renaming function argument

2015-01-14 Thread Mark Brown
On Mon, Jan 12, 2015 at 09:01:39AM +0100, Krzysztof Kozlowski wrote:
> Update documentation for regulator_register() function after renaming
> its argument.

Applied, thanks.


signature.asc
Description: Digital signature


Re: [PATCH] regulator: Update documentation after renaming function argument

2015-01-14 Thread Mark Brown
On Mon, Jan 12, 2015 at 09:01:39AM +0100, Krzysztof Kozlowski wrote:
 Update documentation for regulator_register() function after renaming
 its argument.

Applied, thanks.


signature.asc
Description: Digital signature


[PATCH] regulator: Update documentation after renaming function argument

2015-01-12 Thread Krzysztof Kozlowski
Update documentation for regulator_register() function after renaming
its argument.

Signed-off-by: Krzysztof Kozlowski 
Reported-by: kbuild test robot 
---
 drivers/regulator/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 5fae8cabd254..c5201b1530ee 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -3573,7 +3573,7 @@ static void rdev_init_debugfs(struct regulator_dev *rdev)
 /**
  * regulator_register - register regulator
  * @regulator_desc: regulator to register
- * @config: runtime configuration for regulator
+ * @cfg: runtime configuration for regulator
  *
  * Called by regulator drivers to register a regulator.
  * Returns a valid pointer to struct regulator_dev on success
-- 
1.9.1

--
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] regulator: Update documentation after renaming function argument

2015-01-12 Thread Krzysztof Kozlowski
Update documentation for regulator_register() function after renaming
its argument.

Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com
Reported-by: kbuild test robot fengguang...@intel.com
---
 drivers/regulator/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 5fae8cabd254..c5201b1530ee 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -3573,7 +3573,7 @@ static void rdev_init_debugfs(struct regulator_dev *rdev)
 /**
  * regulator_register - register regulator
  * @regulator_desc: regulator to register
- * @config: runtime configuration for regulator
+ * @cfg: runtime configuration for regulator
  *
  * Called by regulator drivers to register a regulator.
  * Returns a valid pointer to struct regulator_dev on success
-- 
1.9.1

--
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/