The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Document: Fix missing reference pages
@ 2026-06-05  8:41 [Ko Han Chen]
  2026-06-06  0:14 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: [Ko Han Chen] @ 2026-06-05  8:41 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Jonathan Corbet
  Cc: Simon Horman, Shuah Khan, netdev, linux-doc, linux-kernel,
	[Ko Han Chen]

Today, my friend and I are discussing a wwan driver produced by
Mediatek. I am reading the related document and reference link,
then I found the page is missing. So after a short search I am
giving the better link and test the two pages with my bash
program for more dead links. It turns out only this one. I check
the page and the following documents. Details are covered in
this markdown [page](https://hackmd.io/@Urbaner/lk_patch_doc).

Signed-off-by: [Ko Han Chen] <urbaner3@gmail.com>
---
 Documentation/networking/device_drivers/wwan/iosm.rst | 2 +-
 Documentation/networking/device_drivers/wwan/t7xx.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/device_drivers/wwan/iosm.rst b/Documentation/networking/device_drivers/wwan/iosm.rst
index 6f9e955af984..d28a922391ce 100644
--- a/Documentation/networking/device_drivers/wwan/iosm.rst
+++ b/Documentation/networking/device_drivers/wwan/iosm.rst
@@ -84,7 +84,7 @@ session 1.
 References
 ==========
 [1] "MBIM (Mobile Broadband Interface Model) Errata-1"
-      - https://www.usb.org/document-library/
+      - http://usb.org/document-library/mobile-broadband-interface-model-v10-errata-1-and-adopters-agreement
 
 [2] libmbim - "a glib-based library for talking to WWAN modems and
       devices which speak the Mobile Interface Broadband Model (MBIM)
diff --git a/Documentation/networking/device_drivers/wwan/t7xx.rst b/Documentation/networking/device_drivers/wwan/t7xx.rst
index e07de7700dfc..fd532a7e225a 100644
--- a/Documentation/networking/device_drivers/wwan/t7xx.rst
+++ b/Documentation/networking/device_drivers/wwan/t7xx.rst
@@ -187,7 +187,7 @@ References
 ==========
 [1] *MBIM (Mobile Broadband Interface Model) Errata-1*
 
-- https://www.usb.org/document-library/
+- http://usb.org/document-library/mobile-broadband-interface-model-v10-errata-1-and-adopters-agreement
 
 [2] *libmbim "a glib-based library for talking to WWAN modems and devices which
 speak the Mobile Interface Broadband Model (MBIM) protocol"*
-- 
2.48.1


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

* Re: [PATCH] Document: Fix missing reference pages
  2026-06-05  8:41 [PATCH] Document: Fix missing reference pages [Ko Han Chen]
@ 2026-06-06  0:14 ` Jakub Kicinski
  2026-06-06 17:45   ` Ko Han Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Kicinski @ 2026-06-06  0:14 UTC (permalink / raw)
  To: [Ko Han Chen]
  Cc: David S . Miller, Eric Dumazet, Paolo Abeni, Jonathan Corbet,
	Simon Horman, Shuah Khan, netdev, linux-doc, linux-kernel

On Fri,  5 Jun 2026 16:41:30 +0800 [Ko Han Chen] wrote:
> Subject: [PATCH] Document: Fix missing reference pages
> Date: Fri,  5 Jun 2026 16:41:30 +0800
> X-Mailer: git-send-email 2.48.1
> 
> Today, my friend and I are discussing a wwan driver produced by
> Mediatek. I am reading the related document and reference link,
> then I found the page is missing. So after a short search I am
> giving the better link and test the two pages with my bash
> program for more dead links. It turns out only this one. I check
> the page and the following documents. Details are covered in
> this markdown [page](https://hackmd.io/@Urbaner/lk_patch_doc).

Nothing really wrong with your commit message, but the narrative
format is quite unusual. Please rewrite it as if you were telling
the code base what to do.

	Correct the links to ... in ...

> Signed-off-by: [Ko Han Chen] <urbaner3@gmail.com>

And please remove the brackets around your name in the Author line and
the Signed line.

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

* Re: [PATCH] Document: Fix missing reference pages
  2026-06-06  0:14 ` Jakub Kicinski
@ 2026-06-06 17:45   ` Ko Han Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Ko Han Chen @ 2026-06-06 17:45 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: David S . Miller, Eric Dumazet, Paolo Abeni, Jonathan Corbet,
	Simon Horman, Shuah Khan, netdev, linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]

On Fri, Jun 05, 2026 at 05:14:01PM -0700, Jakub Kicinski wrote:
> On Fri,  5 Jun 2026 16:41:30 +0800 [Ko Han Chen] wrote:
> > Subject: [PATCH] Document: Fix missing reference pages
> > Date: Fri,  5 Jun 2026 16:41:30 +0800
> > X-Mailer: git-send-email 2.48.1
> > 
> > Today, my friend and I are discussing a wwan driver produced by
> > Mediatek. I am reading the related document and reference link,
> > then I found the page is missing. So after a short search I am
> > giving the better link and test the two pages with my bash
> > program for more dead links. It turns out only this one. I check
> > the page and the following documents. Details are covered in
> > this markdown [page](https://hackmd.io/@Urbaner/lk_patch_doc).
> 
> Nothing really wrong with your commit message, but the narrative
> format is quite unusual. Please rewrite it as if you were telling
> the code base what to do.
> 
> 	Correct the links to ... in ...
> 
> > Signed-off-by: [Ko Han Chen] <urbaner3@gmail.com>
> 
> And please remove the brackets around your name in the Author line and
> the Signed line.
Hi Jakub:

  Thanks for the advice. Updated the patch.

[-- Attachment #2: 0001-Document-Fix-missing-reference-pages.patch --]
[-- Type: text/x-diff, Size: 2057 bytes --]

From 1c11e2d24116cb86ebba6ac1c8463d6efc59c70b Mon Sep 17 00:00:00 2001
From: Ko Han Chen <urbaner3@gmail.com>
Date: Sun, 7 Jun 2026 01:37:42 +0800
Subject: [PATCH] Document: Fix missing reference pages

Fix the first reference link in t7xx and iost pages because the site
reports the content is missing. Replaced it with a page offering the
right content. Tested and confirmed it was the only broken link.

Link: https://hackmd.io/@Urbaner/lk_patch_doc

Signed-off-by: Ko Han Chen <urbaner3@gmail.com>
---
 Documentation/networking/device_drivers/wwan/iosm.rst | 2 +-
 Documentation/networking/device_drivers/wwan/t7xx.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/device_drivers/wwan/iosm.rst b/Documentation/networking/device_drivers/wwan/iosm.rst
index 6f9e955af984..d28a922391ce 100644
--- a/Documentation/networking/device_drivers/wwan/iosm.rst
+++ b/Documentation/networking/device_drivers/wwan/iosm.rst
@@ -84,7 +84,7 @@ session 1.
 References
 ==========
 [1] "MBIM (Mobile Broadband Interface Model) Errata-1"
-      - https://www.usb.org/document-library/
+      - http://usb.org/document-library/mobile-broadband-interface-model-v10-errata-1-and-adopters-agreement
 
 [2] libmbim - "a glib-based library for talking to WWAN modems and
       devices which speak the Mobile Interface Broadband Model (MBIM)
diff --git a/Documentation/networking/device_drivers/wwan/t7xx.rst b/Documentation/networking/device_drivers/wwan/t7xx.rst
index e07de7700dfc..fd532a7e225a 100644
--- a/Documentation/networking/device_drivers/wwan/t7xx.rst
+++ b/Documentation/networking/device_drivers/wwan/t7xx.rst
@@ -187,7 +187,7 @@ References
 ==========
 [1] *MBIM (Mobile Broadband Interface Model) Errata-1*
 
-- https://www.usb.org/document-library/
+- http://usb.org/document-library/mobile-broadband-interface-model-v10-errata-1-and-adopters-agreement
 
 [2] *libmbim "a glib-based library for talking to WWAN modems and devices which
 speak the Mobile Interface Broadband Model (MBIM) protocol"*
-- 
2.48.1


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

end of thread, other threads:[~2026-06-06 17:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-05  8:41 [PATCH] Document: Fix missing reference pages [Ko Han Chen]
2026-06-06  0:14 ` Jakub Kicinski
2026-06-06 17:45   ` Ko Han Chen

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