]> git.proxmox.com Git - mirror_linux-firmware.git/commit
check_whence: Check link targets are valid
authorAdam Sampson <ats@offog.org>
Mon, 26 Jun 2023 15:08:22 +0000 (16:08 +0100)
committerJosh Boyer <jwboyer@kernel.org>
Thu, 6 Jul 2023 19:35:25 +0000 (15:35 -0400)
commit9e0343cf9231c1d77ebd8137bc94beebc3a06c57
tree91c9f1d9e2439c9971615a85c2a3a427fb3b4332
parentee91452dac5abfc4c5b9827cf55e701d8c0ca678
check_whence: Check link targets are valid

This should catch a couple of common errors: reversing the two arguments
to Link, and not making the second argument relative to the first.

Signed-off-by: Adam Sampson <ats@offog.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
check_whence.py