Skip to content

Commit

Permalink
net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definition
Browse files Browse the repository at this point in the history
Instead of its intention to define PPPOE_HASH_BITS_1, commit 96ba44c
("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: 96ba44c ("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>
  • Loading branch information
Lukas Bulwahn authored and Paolo Abeni committed Jun 6, 2023
1 parent 8d2b228 commit ae91f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ppp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ choice

This hash table is on a per outer ethernet interface.

config PPPOE_HASH_BITS_2
config PPPOE_HASH_BITS_1
bool "1 bit (2 buckets)"

config PPPOE_HASH_BITS_2
Expand Down

0 comments on commit ae91f7e

Please sign in to comment.