]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
selftests: net: Correct couple of spelling mistakes
authorPrabhav Kumar Vaish <pvkumar5749404@gmail.com>
Wed, 28 Feb 2024 12:07:01 +0000 (17:37 +0530)
committerJakub Kicinski <kuba@kernel.org>
Tue, 5 Mar 2024 02:33:47 +0000 (18:33 -0800)
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>
tools/testing/selftests/drivers/net/mlxsw/spectrum-2/tc_flower.sh
tools/testing/selftests/drivers/net/netdevsim/ethtool-fec.sh

index 616d3581419ca043fc715f9d067341c89513f6eb..31252bc8775e081866a42ac519576b0d7a38a1cb 100755 (executable)
@@ -869,7 +869,7 @@ bloom_simple_test()
 bloom_complex_test()
 {
        # Bloom filter index computation is affected from region ID, eRP
-       # ID and from the region key size. In order to excercise those parts
+       # ID and from the region key size. In order to exercise those parts
        # of the Bloom filter code, use a series of regions, each with a
        # different key size and send packet that should hit all of them.
        local index
index 7d7829f57550d8345c3546ecd0994f819969440b..6c52ce1b0450994a1fe6cc1d4fbee3eaf5a07296 100755 (executable)
@@ -49,7 +49,7 @@ for o in llrs rs; do
 Active FEC encoding: ${o^^}"
 done
 
-# Test mutliple bits
+# Test multiple bits
 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs llrs
 check $?
 s=$($ETHTOOL --show-fec $NSIM_NETDEV | tail -2)