diff options
author | Niklas Neronin <niklas.neronin@linux.intel.com> | 2025-03-06 16:49:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-06 16:46:16 +0100 |
commit | d71cb7d6e1a261ef25c60056920d91d052144dd8 (patch) | |
tree | e5cf46a5267f5e6572737d9d9766fcc0160a6450 /scripts/lib/kdoc/kdoc_parser.py | |
parent | 68c1f1671650b49bbd26e6a65ddcf33f2565efa3 (diff) |
usb: xhci: refactor trb_in_td() to be static
Relocate trb_in_td() and marks it as static, as it's exclusively utilized
in xhci-ring.c. This adjustment lays the groundwork for future rework of
the function.
The function's logic remains unchanged; only its access specifier is
altered to static and a redundant "else" is removed on line 325
(due to checkpatch.pl complaining).
Signed-off-by: Niklas Neronin <niklas.neronin@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20250306144954.3507700-11-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions