On Mon, Jun 05, 2023 at 09:27:43AM +0200, Lukas Bulwahn wrote: > Instead of its intention to define PPPOE_HASH_BITS_1, commit 96ba44c637b0 > ("net/pppoe: make number of hash bits configurable") actually defined > config PPPOE_HASH_BITS_2 twice in the ppp's Kconfig file due to a quick > typo with the numbers. > > Fix the typo and define PPPOE_HASH_BITS_1. > > Fixes: 96ba44c637b0 ("net/pppoe: make number of hash bits configurable") > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>