check_whence.py: use consistent naming
Forwarding from the ML [1]
With the latest python 3.12 check_whence.py started throwing some warnings. The more I looked around, the more loose ends and bugs reared their (ugly) heads.
In this series:
- check_whence.py: sort the filenames, use consistent variable names
- check_whence.py: fix links-to-links and band them
- editorconfig: add the config and fix the yaml+sh indentation
- copy-firmware.sh: factor out dedup fix broken ad-hoc symlink handling
- copy-firmware.sh: remove the hacky argument injection
- copy-firmware.sh: warn if the destination folder is NOT empty
- copy-firmware.sh: call ./check_whence.py and remove the dead code
The series is a mix of cosmetics (style, names), existing bug fixes and trying loose ends. I'm happy to split it in sub-series, as per your suggestions.
As always, input is highly appreciated. Thanks o/
Changes since v2:
- use printf instead of echo
[1] https://lore.kernel.org/linux-firmware/aef3385b-2d9e-4dc0-9762-8cbf92beb08c@gmail.com/T/#t