Fixes the following W=1 kernel build warning(s): drivers/ide/hpt366.c:849: warning: Function parameter or member 'f_low' not described in 'hpt37x_calibrate_dpll' drivers/ide/hpt366.c:849: warning: Function parameter or member 'f_high' not described in 'hpt37x_calibrate_dpll' Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: Andre Hedrick <andre@xxxxxxxxxxxxx> Cc: Adrian Sun <a.sun@xxxxxxx> Cc: Duncan Laurie <void@xxxxxxx> Cc: Tim Hockin <thockin@xxxxxxx> Cc: Mike Waychison <crlf@xxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> Cc: or <source@xxxxxxxxxx> Cc: linux-ide@xxxxxxxxxxxxxxx Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx> --- drivers/ide/hpt366.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/ide/hpt366.c b/drivers/ide/hpt366.c index b3d44de777cbd..69c7c2abf3e51 100644 --- a/drivers/ide/hpt366.c +++ b/drivers/ide/hpt366.c @@ -841,6 +841,8 @@ static void hpt3xxn_rw_disk(ide_drive_t *drive, struct request *rq) /** * hpt37x_calibrate_dpll - calibrate the DPLL * @dev: PCI device + * @f_low: DPLL low value + * @f_high: DPLL high value * * Perform a calibration cycle on the DPLL. * Returns 1 if this succeeds -- 2.31.1