diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2024-01-25 04:45:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-01-27 17:26:48 +0300 |
commit | 1d4046b5714200ad3a20be09843a63c1c1c9dafe (patch) | |
tree | b4ab97eb4c8ae10db51cb6efd4f8f03d0a9177d2 /tools/perf/scripts/python/task-analyzer.py | |
parent | a70f2588584b635b35e753261f992c91d007d7dd (diff) | |
download | linux-1d4046b5714200ad3a20be09843a63c1c1c9dafe.tar.xz |
rust: phy: use `srctree`-relative links
The relative paths like the following are bothersome and don't work
with `O=` builds:
//! C headers: [`include/linux/phy.h`](../../../../../../../include/linux/phy.h).
This updates such links by using the `srctree`-relative link feature
introduced in 6.8-rc1 like:
//! C headers: [`include/linux/phy.h`](srctree/include/linux/phy.h).
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Reviewed-by: Trevor Gross <tmgross@umich.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions