Select the types of activity you want to include in your feed.
kconfig: remove redundant check in expr_join_or()
The check for 'sym1 == sym2' is redundant here because it has alreadybeen done a few lines above: if (sym1 != sym2) return NULL;Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Masahiro Yamada 2 years ago 31894d35 aabdc960