• Lee Jones's avatar
    mfd: tps65217: Repair incorrect function argument name 's/tps65217/tps/' · 4976bfb8
    Lee Jones authored
    The kerneldocs for both tps65217_reg_write() and tps65217_update_bits()
    describe their first arguments as 'tps65217', when in reality these are
    simply called 'tps'.
    
    Fixes the following W=1 warnings:
    
     drivers/mfd/tps65217.c:215: warning: Function parameter or member 'tps' not described in 'tps65217_reg_write'
     drivers/mfd/tps65217.c:215: warning: Excess function parameter 'tps65217' description in 'tps65217_reg_write'
     drivers/mfd/tps65217.c:261: warning: Function parameter or member 'tps' not described in 'tps65217_update_bits'
     drivers/mfd/tps65217.c:261: warning: Excess function parameter 'tps65217' description in 'tps65217_update_bits'
    
    Cc: Tony Lindgren <tony@atomide.com>
    Cc: AnilKumar Ch <anilkumar@ti.com>
    Cc: linux-omap@vger.kernel.org
    Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
    4976bfb8
tps65217.c 10.2 KB