projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3d355
)
selftests/net/pmtu.sh: Fix typo in error message
author
Abhash Jha
<abhashkumarjha123@gmail.com>
Wed, 14 Aug 2024 17:31:21 +0000
(23:01 +0530)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 16 Aug 2024 00:38:40 +0000
(17:38 -0700)
The word 'expected' was spelled as 'exepcted'.
Fixed the typo in this patch.
Signed-off-by: Abhash Jha <abhashkumarjha123@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://patch.msgid.link/20240814173121.33590-1-abhashkumarjha123@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/pmtu.sh
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/net/pmtu.sh
b/tools/testing/selftests/net/pmtu.sh
index
5175c0c
..
24a5062
100755
(executable)
--- a/
tools/testing/selftests/net/pmtu.sh
+++ b/
tools/testing/selftests/net/pmtu.sh
@@
-1447,7
+1447,7
@@
test_pmtu_ipvX_over_bridged_vxlanY_or_geneveY_exception() {
size=$(du -sb $tmpoutfile)
size=${size%%/tmp/*}
- [ $size -ne 1048576 ] && err "File size $size mismatches ex
ep
cted value in locally bridged vxlan test" && return 1
+ [ $size -ne 1048576 ] && err "File size $size mismatches ex
pe
cted value in locally bridged vxlan test" && return 1
done
rm -f "$tmpoutfile"