]> git.baikalelectronics.ru Git - kernel.git/commit
usb: Restore the reference to ch9.h
authorFabio Estevam <festevam@gmail.com>
Sun, 25 Apr 2021 15:32:53 +0000 (12:32 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 12:43:29 +0000 (14:43 +0200)
commitaa769bc164aa62d898a8aed82340eec17efced6d
tree14ee44ad247debd38d9d337499a97aa7c09e20ff
parent2bed3820602817422e5f0b2d5f31171dd7eace3d
usb: Restore the reference to ch9.h

Keep the textual reference to ch9.h as it was prior to commit
dbe974fde896 ("usb: Fix up movement of USB core kerneldoc location").

As linux/usb/ch9.h does not contain comments anymore, explain
that drivers/usb/common/common.c includes such header and provides
declarations of a few utilities routines for manipulating the data types
from ch9.h. Also mention that drivers/usb/common/debug.c contains
some functions for creating debug output.

Fixes: dbe974fde896 ("usb: Fix up movement of USB core kerneldoc location")
Reported-by: Alan Stern <stern@rowland.harvard.edu>
Suggested-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20210425153253.2542816-1-festevam@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/usb/usb.rst