[PATCH 08/21] ide: hpt366: Provide some missing descriptions for 'f_{low,high}'
From: Lee Jones <hidden>
Date: 2021-06-02 10:18:22
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lee Jones <hidden>
Date: 2021-06-02 10:18:22
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
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@davemloft.net> Cc: Andre Hedrick <redacted> Cc: Adrian Sun <redacted> Cc: Duncan Laurie <redacted> Cc: Tim Hockin <redacted> Cc: Mike Waychison <redacted> Cc: Alan Cox <redacted> Cc: Sergei Shtylyov <redacted> Cc: or <redacted> Cc: linux-ide@vger.kernel.org Signed-off-by: Lee Jones <redacted> --- 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