[PATCH 3/6] selftests: ublk: fixed spelling mistake in output

From: Soham Metha
Date: Thu Aug 14 2025 - 20:22:18 EST


found/fixed following typos

- faile -> failed

in `tools/testing/selftests/ublk/test_common.sh`

Signed-off-by: Soham Metha <sohammetha01@xxxxxxxxx>
---
tools/testing/selftests/ublk/test_common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ublk/test_common.sh b/tools/testing/selftests/ublk/test_common.sh
index 8a4dbd09feb0..e21476ff1f06 100755
--- a/tools/testing/selftests/ublk/test_common.sh
+++ b/tools/testing/selftests/ublk/test_common.sh
@@ -358,7 +358,7 @@ run_io_and_recover()

state=$(_recover_ublk_dev -n "$dev_id" "$@")
if [ "$state" != "LIVE" ]; then
- echo "faile to recover to LIVE($state)"
+ echo "failed to recover to LIVE($state)"
return 255
fi

--
2.34.1