diff options
author | 2019-09-13 09:13:11 +0100 | |
---|---|---|
committer | 2019-09-13 12:47:09 +0200 | |
commit | 25d7cbcd2bb5d919b9ba6fcdfe788e72c2df7e6e (patch) | |
tree | 3e8af8ab67f09c960c6259c42dc9c92e8054e1c7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netfilter: conntrack: use consistent style when defining inline functions (diff) | |
download | linux-dev-25d7cbcd2bb5d919b9ba6fcdfe788e72c2df7e6e.tar.xz linux-dev-25d7cbcd2bb5d919b9ba6fcdfe788e72c2df7e6e.zip |
netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...).
A few headers contain instances of:
#if defined(CONFIG_XXX) or defined(CONFIG_XXX_MODULE)
Replace them with:
#if IS_ENABLED(CONFIG_XXX)
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions