From 57a6797c1513f1cbf29047b1e95c9711216d8ad5 Mon Sep 17 00:00:00 2001 From: Utsav Shankar Date: Mon, 13 Jul 2026 23:05:44 +0800 Subject: Documentation: usb: remove dead link to external USB programming guide The "Programming Guide for Linux USB Device Drivers" was last hosted at lmu.web.psi.ch and is no longer reachable. The original source (TUM, cs.tum.edu) is also defunct. Remove the dead reference rather than link to a third-party archive of a 20+ year old, outdated guide. Signed-off-by: Utsav Shankar Signed-off-by: Jonathan Corbet Message-ID: <20260713150544.20962-1-utsaveshan0206@gmail.com> --- Documentation/driver-api/usb/writing_usb_driver.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'Documentation/driver-api') diff --git a/Documentation/driver-api/usb/writing_usb_driver.rst b/Documentation/driver-api/usb/writing_usb_driver.rst index 95c4f5d14052..6f024e1647cd 100644 --- a/Documentation/driver-api/usb/writing_usb_driver.rst +++ b/Documentation/driver-api/usb/writing_usb_driver.rst @@ -322,7 +322,4 @@ http://linux-hotplug.sourceforge.net/ linux-usb Mailing List Archives: https://lore.kernel.org/linux-usb/ -Programming Guide for Linux USB Device Drivers: -https://lmu.web.psi.ch/docu/manuals/software_manuals/linux_sl/usb_linux_programming_guide.pdf - USB Home Page: https://www.usb.org -- cgit From adda90179b35f3bc49bc091383dc558c439c65d7 Mon Sep 17 00:00:00 2001 From: Lukasz Tymoszczuk Date: Sat, 1 Aug 2026 12:18:04 +0100 Subject: docs: ipmi: fix word order in create-user description Correct "allows to you" to "allows you to". Signed-off-by: Lukasz Tymoszczuk Acked-by: Randy Dunlap Signed-off-by: Jonathan Corbet Message-ID: <20260801111804.3593320-1-lukastymo@gmail.com> --- Documentation/driver-api/ipmi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/driver-api') diff --git a/Documentation/driver-api/ipmi.rst b/Documentation/driver-api/ipmi.rst index d08cee98e34a..062c38d93fbb 100644 --- a/Documentation/driver-api/ipmi.rst +++ b/Documentation/driver-api/ipmi.rst @@ -280,7 +280,7 @@ Creating the User To use the message handler, you must first create a user using ipmi_create_user. The interface number specifies which SMI you want to connect to, and you must supply callback functions to be called -when data comes in. This also allows to you pass in a piece of data, +when data comes in. This also allows you to pass in a piece of data, the handler_data, that will be passed back to you on all calls. Once you are done, call ipmi_destroy_user() to get rid of the user. -- cgit