commit | dd5000ef1d74fe3622f0fde14b3c5ac2a7fd62df | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Tue Apr 16 08:55:16 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 11:01:48 2024 -0600 |
tree | 6e5f1ffcd268b439015afb9111d2251c890402f2 | |
parent | 293bbb56a92ec1d34cb669bc7488ea91752c9b57 [diff] |
Kconfig: Add missing quotes around source file All errors are generated by ./tools/qconfig.py -b -j8 -i whatever. Error look like this: drivers/crypto/Kconfig:9: warning: style: quotes recommended around 'drivers/crypto/nuvoton/Kconfig' in 'source drivers/crypto/nuvoton/Kconfig' Signed-off-by: Michal Simek <michal.simek@amd.com>