commit | 953d335d39c6a1ff6578ce43abd78b48e93a65e4 | [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 | d20bcbaa65cee879510ed4e96e45fa101bea6f5a [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>