Commit 349470e
committed
labs/kernel-serial-iomem-bbb: fix source code links
labs/kernel-serial-iomem/ moved to labs/kernel-serial-iomem-bbb/, which
didn't get reflected in the calls to the \sourcecode{} macro.
That has two side effects:
- Labs don't the code inlined.
- Links are invalid.
To test all links are valid, see below command (with its output before
the patch):
⟩ fd -tf -etex | \
xargs sed -E -n 's/^.*sourcecode\{([^}]*)\}.*$/\1/p' | \
xargs cat >/dev/null
cat: labs/kernel-serial-iomem/uarts-pinctrl.dts: No such file or directory
cat: labs/kernel-serial-iomem/uarts.dts: No such file or directory
cat: labs/kernel-serial-iomem/uart-line-init.c: No such file or directory
cat: labs/kernel-serial-iomem/uart-line-reset.c: No such file or directory
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>1 parent 0772e6b commit 349470e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments