lkml.org 
[lkml]   [2021]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 7/7] mfd: twl: Correct kerneldoc
Date
Correct kerneldoc function name to fix W=1 warning:

drivers/mfd/twl-core.c:496: warning:
expecting prototype for twl_regcache_bypass(). Prototype was for twl_set_regcache_bypass() instead

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
drivers/mfd/twl-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
index 20cf8cfe4f3b..24b77b18b725 100644
--- a/drivers/mfd/twl-core.c
+++ b/drivers/mfd/twl-core.c
@@ -485,8 +485,8 @@ int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes)
EXPORT_SYMBOL(twl_i2c_read);

/**
- * twl_regcache_bypass - Configure the regcache bypass for the regmap associated
- * with the module
+ * twl_set_regcache_bypass - Configure the regcache bypass for the regmap
+ * associated with the module
* @mod_no: module number
* @enable: Regcache bypass state
*
--
2.25.1
\
 
 \ /
  Last update: 2021-04-19 10:18    [W:0.172 / U:0.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site