Linux Documentation
 help / color / mirror / Atom feed
* [PATCH RESEND] Documentation: fix typo in heading for max31730
@ 2026-05-16  6:00 Hassan Maazu
  2026-05-16 12:29 ` Guenter Roeck
  0 siblings, 1 reply; 5+ messages in thread
From: Hassan Maazu @ 2026-05-16  6:00 UTC (permalink / raw)
  To: linux@roeck-us.net, skhan@linuxfoundation.org, corbet@lwn.net
  Cc: linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-kernel@vger.kernel.org

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH RESEND] Documentation: fix typo in heading for max31730
  2026-05-16  6:00 [PATCH RESEND] Documentation: fix typo in heading for max31730 Hassan Maazu
@ 2026-05-16 12:29 ` Guenter Roeck
  2026-05-16 19:37   ` Krzysztof Kozlowski
  2026-05-16 22:09   ` [PATCH RESEND 2] Documentation: hwmon: " Hassan Maazu
  0 siblings, 2 replies; 5+ messages in thread
From: Guenter Roeck @ 2026-05-16 12:29 UTC (permalink / raw)
  To: Hassan Maazu
  Cc: skhan@linuxfoundation.org, corbet@lwn.net,
	linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-kernel@vger.kernel.org

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:

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH RESEND] Documentation: fix typo in heading for max31730
  2026-05-16 12:29 ` Guenter Roeck
@ 2026-05-16 19:37   ` Krzysztof Kozlowski
  2026-05-16 22:09   ` [PATCH RESEND 2] Documentation: hwmon: " Hassan Maazu
  1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-16 19:37 UTC (permalink / raw)
  To: Guenter Roeck, Hassan Maazu
  Cc: skhan@linuxfoundation.org, corbet@lwn.net,
	linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-kernel@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH RESEND 2] Documentation: hwmon: fix typo in heading for max31730
  2026-05-16 12:29 ` Guenter Roeck
  2026-05-16 19:37   ` Krzysztof Kozlowski
@ 2026-05-16 22:09   ` Hassan Maazu
  2026-05-16 22:49     ` Guenter Roeck
  1 sibling, 1 reply; 5+ messages in thread
From: Hassan Maazu @ 2026-05-16 22:09 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: skhan@linuxfoundation.org, corbet@lwn.net,
	linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-kernel@vger.kernel.org, Randy Dunlap

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH RESEND 2] Documentation: hwmon: fix typo in heading for max31730
  2026-05-16 22:09   ` [PATCH RESEND 2] Documentation: hwmon: " Hassan Maazu
@ 2026-05-16 22:49     ` Guenter Roeck
  0 siblings, 0 replies; 5+ messages in thread
From: Guenter Roeck @ 2026-05-16 22:49 UTC (permalink / raw)
  To: Hassan Maazu
  Cc: skhan@linuxfoundation.org, corbet@lwn.net,
	linux-doc@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-kernel@vger.kernel.org, Randy Dunlap

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-16 22:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16  6:00 [PATCH RESEND] Documentation: fix typo in heading for max31730 Hassan Maazu
2026-05-16 12:29 ` Guenter Roeck
2026-05-16 19:37   ` Krzysztof Kozlowski
2026-05-16 22:09   ` [PATCH RESEND 2] Documentation: hwmon: " Hassan Maazu
2026-05-16 22:49     ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox