diff options
author | 2021-08-13 16:30:37 -0700 | |
---|---|---|
committer | 2021-08-13 16:30:38 -0700 | |
commit | a44fc4b6afc2ee9d186a2dcca64b5eaabab969d1 (patch) | |
tree | 29864f112f92a4961b0bc075b075d8ca9229b750 /include/net/devlink.h | |
parent | dt-bindings: net: macb: add documentation for sama5d29 ethernet interface (diff) | |
parent | net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETH (diff) | |
download | linux-dev-a44fc4b6afc2ee9d186a2dcca64b5eaabab969d1.tar.xz linux-dev-a44fc4b6afc2ee9d186a2dcca64b5eaabab969d1.zip |
Merge branch 'kconfig-symbol-clean-up-on-net'
Lukas Bulwahn says:
====================
Kconfig symbol clean-up on net
The script ./scripts/checkkconfigsymbols.py warns on invalid references to
Kconfig symbols (often, minor typos, name confusions or outdated references).
This patch series addresses all issues reported by
./scripts/checkkconfigsymbols.py in ./net/ and ./drivers/net/ for Kconfig
and Makefile files. Issues in the Kconfig and Makefile files indicate some
shortcomings in the overall build definitions, and often are true actionable
issues to address.
These issues can be identified and filtered by:
./scripts/checkkconfigsymbols.py \
| grep -E "(drivers/)?net/.*(Kconfig|Makefile)" -B 1 -A 1
After applying this patch series on linux-next (next-20210811), the command
above yields no further issues to address.
====================
Link: https://lore.kernel.org/r/20210812083806.28434-1-lukas.bulwahn@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/devlink.h')
0 files changed, 0 insertions, 0 deletions