net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definition
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 5 Jun 2023 07:27:43 +0000 (09:27 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 6 Jun 2023 11:28:30 +0000 (13:28 +0200)
commitae91f7e436f8b631c47e244b892ecac62a4d9430
treefe2822febea18cac824bf63775374cc05a5593ff
parent8d2b2281aea90ab265733c3cda83b73a01ca352f
net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definition

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@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Reviewed-by: Jaco Kroon <jaco@uls.co.za>
Link: https://lore.kernel.org/r/20230605072743.11247-1-lukas.bulwahn@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ppp/Kconfig