[PATCH RESEND] Documentation: fix typo in heading for max31730

Hassan Maazu posted 1 patch 1 week, 2 days ago
Documentation/hwmon/max31730.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH RESEND] Documentation: fix typo in heading for max31730
Posted by Hassan Maazu 1 week, 2 days ago
Wrong device name used in heading.

Signed-off-by: Hassan Maazu <maazudev@proton.me>
---
 Documentation/hwmon/max31730.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/max31730.rst b/Documentation/hwmon/max31730.rst
index 1c5a32b64187..0936ba2eac24 100644
--- a/Documentation/hwmon/max31730.rst
+++ b/Documentation/hwmon/max31730.rst
@@ -1,4 +1,4 @@
-Kernel driver max31790
+Kernel driver max31730
 ======================

 Supported chips:
--
2.54.0
Re: [PATCH RESEND] Documentation: fix typo in heading for max31730
Posted by Guenter Roeck 1 week, 1 day ago
On Sat, May 16, 2026 at 06:00:01AM +0000, Hassan Maazu wrote:
> Wrong device name used in heading.
> 

That is not a proper commit description.

> Signed-off-by: Hassan Maazu <maazudev@proton.me>

... and you dropped an Acked-by:.

Guenter

> ---
>  Documentation/hwmon/max31730.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --
> 2.54.0
> 
> diff --git a/Documentation/hwmon/max31730.rst b/Documentation/hwmon/max31730.rst
> index 1c5a32b64187..0936ba2eac24 100644
> --- a/Documentation/hwmon/max31730.rst
> +++ b/Documentation/hwmon/max31730.rst
> @@ -1,4 +1,4 @@
> -Kernel driver max31790
> +Kernel driver max31730
>  ======================
> 
>  Supported chips:
Re: [PATCH RESEND] Documentation: fix typo in heading for max31730
Posted by Krzysztof Kozlowski 1 week, 1 day ago
On 16/05/2026 14:29, Guenter Roeck wrote:
> On Sat, May 16, 2026 at 06:00:01AM +0000, Hassan Maazu wrote:
>> Wrong device name used in heading.
>>
> 
> That is not a proper commit description.
But luckily that one-liner was reviewed by Sashiko. :/

Best regards,
Krzysztof
[PATCH RESEND 2] Documentation: hwmon: fix typo in heading for max31730
Posted by Hassan Maazu 1 week, 1 day ago
Generated heading & link to driver doc for max31730 wrongly named
max31790 under hwmon docs. This patch fixes typo so link to max31730
is easily identifiable without confusion with max31790.

Signed-off-by: Hassan Maazu <maazudev@proton.me>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
---
 Documentation/hwmon/max31730.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/max31730.rst b/Documentation/hwmon/max31730.rst
index 1c5a32b64187..0936ba2eac24 100644
--- a/Documentation/hwmon/max31730.rst
+++ b/Documentation/hwmon/max31730.rst
@@ -1,4 +1,4 @@
-Kernel driver max31790
+Kernel driver max31730
 ======================

 Supported chips:
--
2.54.0
Re: [PATCH RESEND 2] Documentation: hwmon: fix typo in heading for max31730
Posted by Guenter Roeck 1 week, 1 day ago
On Sat, May 16, 2026 at 10:09:26PM +0000, Hassan Maazu wrote:
> Generated heading & link to driver doc for max31730 wrongly named
> max31790 under hwmon docs. This patch fixes typo so link to max31730
> is easily identifiable without confusion with max31790.
> 
> Signed-off-by: Hassan Maazu <maazudev@proton.me>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>

Applied.

Thanks,
Guenter