mirror of https://github.com/xemu-project/xemu.git
tests/qtest/ufs-test.c: spelling fix: tranfer
Fixes: 631c872614
"tests/qtest: Introduce tests for UFS"
Reviewed-by: Jeuk Kim <jeuk20.kim@samsung.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
8053feaae0
commit
4b3e4d2b43
|
@ -319,7 +319,7 @@ static void ufs_init(QUfs *ufs, QGuestAllocator *alloc)
|
|||
ufs_wreg(ufs, A_IE, ie);
|
||||
ufs_wreg(ufs, A_UTRIACR, 0);
|
||||
|
||||
/* Enable tranfer request and task management request */
|
||||
/* Enable transfer request and task management request */
|
||||
cap = ufs_rreg(ufs, A_CAP);
|
||||
nutrs = FIELD_EX32(cap, CAP, NUTRS) + 1;
|
||||
nutmrs = FIELD_EX32(cap, CAP, NUTMRS) + 1;
|
||||
|
|
Loading…
Reference in New Issue