Hi On 5/26/21 6:10 AM, Yang Li wrote:
Fix function name in i2c-designware-master.c kernel-doc comment to remove a warning found by clang_w1. drivers/i2c/busses/i2c-designware-master.c:176: warning: expecting prototype for i2c_dw_init(). Prototype was for i2c_dw_init_master() instead. Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx> Fixes: 'commit 21bf440ce18e ("i2c: designware: Make HW init functions static")' Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> --- drivers/i2c/busses/i2c-designware-master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Lee Jones sent a fix for this last week: https://www.spinics.net/lists/linux-i2c/msg51612.html Jarkko