[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210602101722.2276638-9-lee.jones@linaro.org>
Date: Wed, 2 Jun 2021 11:17:09 +0100
From: Lee Jones <lee.jones@...aro.org>
To: lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Andre Hedrick <andre@...ux-ide.org>,
Adrian Sun <a.sun@....com>, Duncan Laurie <void@....com>,
Tim Hockin <thockin@....com>, Mike Waychison <crlf@....com>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Sergei Shtylyov <sshtylyov@...mvista.com>,
or <source@...sta.com>, linux-ide@...r.kernel.org
Subject: [PATCH 08/21] ide: hpt366: Provide some missing descriptions for 'f_{low,high}'
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@...emloft.net>
Cc: Andre Hedrick <andre@...ux-ide.org>
Cc: Adrian Sun <a.sun@....com>
Cc: Duncan Laurie <void@....com>
Cc: Tim Hockin <thockin@....com>
Cc: Mike Waychison <crlf@....com>
Cc: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: Sergei Shtylyov <sshtylyov@...mvista.com>
Cc: or <source@...sta.com>
Cc: linux-ide@...r.kernel.org
Signed-off-by: Lee Jones <lee.jones@...aro.org>
---
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
Powered by blists - more mailing lists