diff options
author | 2025-04-05 22:21:16 +0530 | |
---|---|---|
committer | 2025-04-14 10:35:44 -0600 | |
commit | dd0808ab40ca4c00e1c3cae85614f1a42b3df882 (patch) | |
tree | ce1db96c16cf8b25ce96e8a156dbb58dd41ef39e /scripts/lib/kdoc/kdoc_parser.py | |
parent | cpufreq: editing corrections to cpufreq.rst (diff) | |
download | wireguard-linux-dd0808ab40ca4c00e1c3cae85614f1a42b3df882.tar.xz wireguard-linux-dd0808ab40ca4c00e1c3cae85614f1a42b3df882.zip |
Added usb_string function to a namespace
with reference to WARNING:
Duplicate C declaration, also defined at driver-api/usb/gadget:804
There is a function usb_string in the file message.c,
there is also a struct usb_string in the kernel api headers.
The docs is unable to index the function as the index is occupied by struct
This fix adds messgae.c to the usb_core namespace (in docs) hence providing
usb_sting a unique index usb_core.usb_string()
Signed-off-by: Kevin Paul Reddy Janagari <kevinpaul468@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250405165116.147958-1-kevinpaul468@gmail.com
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions