* [PATCH v1 1/1] watchdog: mlx-wdt: Parameter desctiption warning fix
@ 2023-10-26 8:25 michaelsh
2023-10-26 14:30 ` Guenter Roeck
0 siblings, 1 reply; 2+ messages in thread
From: michaelsh @ 2023-10-26 8:25 UTC (permalink / raw)
To: wim, linux; +Cc: vadimp, oe-kbuild-all, trivial, linux-kernel, Michael Shych
From: Michael Shych <michaelsh@nvidia.com>
Add parameter desription to fix warning.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202310241044.lvqeOGli-lkp@intel.com
Signed-off-by: Michael Shych <michaelsh@nvidia.com>
Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
---
drivers/watchdog/mlx_wdt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/watchdog/mlx_wdt.c b/drivers/watchdog/mlx_wdt.c
index 9c5b6616fc87..667e2c5b3431 100644
--- a/drivers/watchdog/mlx_wdt.c
+++ b/drivers/watchdog/mlx_wdt.c
@@ -39,6 +39,7 @@
* @tleft_idx: index for direct access to time left register;
* @ping_idx: index for direct access to ping register;
* @reset_idx: index for direct access to reset cause register;
+ * @regmap_val_sz: size of value in register map;
* @wd_type: watchdog HW type;
*/
struct mlxreg_wdt {
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1 1/1] watchdog: mlx-wdt: Parameter desctiption warning fix
2023-10-26 8:25 [PATCH v1 1/1] watchdog: mlx-wdt: Parameter desctiption warning fix michaelsh
@ 2023-10-26 14:30 ` Guenter Roeck
0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2023-10-26 14:30 UTC (permalink / raw)
To: michaelsh, wim; +Cc: vadimp, oe-kbuild-all, trivial, linux-kernel
On 10/26/23 01:25, michaelsh@nvidia.com wrote:
> From: Michael Shych <michaelsh@nvidia.com>
>
> Add parameter desription to fix warning.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202310241044.lvqeOGli-lkp@intel.com
> Signed-off-by: Michael Shych <michaelsh@nvidia.com>
> Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> drivers/watchdog/mlx_wdt.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/watchdog/mlx_wdt.c b/drivers/watchdog/mlx_wdt.c
> index 9c5b6616fc87..667e2c5b3431 100644
> --- a/drivers/watchdog/mlx_wdt.c
> +++ b/drivers/watchdog/mlx_wdt.c
> @@ -39,6 +39,7 @@
> * @tleft_idx: index for direct access to time left register;
> * @ping_idx: index for direct access to ping register;
> * @reset_idx: index for direct access to reset cause register;
> + * @regmap_val_sz: size of value in register map;
> * @wd_type: watchdog HW type;
> */
> struct mlxreg_wdt {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-26 14:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 8:25 [PATCH v1 1/1] watchdog: mlx-wdt: Parameter desctiption warning fix michaelsh
2023-10-26 14:30 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox