Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: net: Correct couple of spelling mistakes

Changes :
- "excercise" is corrected to "exercise" in drivers/net/mlxsw/spectrum-2/tc_flower.sh
- "mutliple" is corrected to "multiple" in drivers/net/netdevsim/ethtool-fec.sh

Signed-off-by: Prabhav Kumar Vaish <pvkumar5749404@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240228120701.422264-1-pvkumar5749404@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Prabhav Kumar Vaish and committed by
Jakub Kicinski
fb0f0230 09fcde54

+2 -2
+1 -1
tools/testing/selftests/drivers/net/mlxsw/spectrum-2/tc_flower.sh
··· 869 869 bloom_complex_test() 870 870 { 871 871 # Bloom filter index computation is affected from region ID, eRP 872 - # ID and from the region key size. In order to excercise those parts 872 + # ID and from the region key size. In order to exercise those parts 873 873 # of the Bloom filter code, use a series of regions, each with a 874 874 # different key size and send packet that should hit all of them. 875 875 local index
+1 -1
tools/testing/selftests/drivers/net/netdevsim/ethtool-fec.sh
··· 49 49 Active FEC encoding: ${o^^}" 50 50 done 51 51 52 - # Test mutliple bits 52 + # Test multiple bits 53 53 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs llrs 54 54 check $? 55 55 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2)