• Mauro Carvalho Chehab's avatar
    PM / devfreq: shut up kernel-doc warnings · c9deb748
    Mauro Carvalho Chehab authored
    There are 4 warnings there:
    	drivers/devfreq/devfreq.c:707: warning: Function parameter or member 'val' not described in 'qos_min_notifier_call'
    	drivers/devfreq/devfreq.c:707: warning: Function parameter or member 'ptr' not described in 'qos_min_notifier_call'
    	drivers/devfreq/devfreq.c:717: warning: Function parameter or member 'val' not described in 'qos_max_notifier_call'
    	drivers/devfreq/devfreq.c:717: warning: Function parameter or member 'ptr' not described in 'qos_max_notifier_call'
    
    It turns that neither val nor ptr are actually used on those
    function, so document as such.
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
    Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
    c9deb748
devfreq.c 56.6 KB