MdeModulePkg/Xhci: Correct the indention of comments
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
5220897839
commit
b0b626ea2f
|
@ -1369,10 +1369,10 @@ XhciDelAllAsyncIntTransfers (
|
||||||
EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Xhc->AsyncIntTransfers) {
|
EFI_LIST_FOR_EACH_SAFE (Entry, Next, &Xhc->AsyncIntTransfers) {
|
||||||
Urb = EFI_LIST_CONTAINER (Entry, URB, UrbList);
|
Urb = EFI_LIST_CONTAINER (Entry, URB, UrbList);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Device doesn't finish the IntTransfer until real data comes
|
// Device doesn't finish the IntTransfer until real data comes
|
||||||
// So the TRB should be removed as well.
|
// So the TRB should be removed as well.
|
||||||
//
|
//
|
||||||
Status = XhcDequeueTrbFromEndpoint (Xhc, Urb);
|
Status = XhcDequeueTrbFromEndpoint (Xhc, Urb);
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
DEBUG ((EFI_D_ERROR, "XhciDelAllAsyncIntTransfers: XhcDequeueTrbFromEndpoint failed\n"));
|
DEBUG ((EFI_D_ERROR, "XhciDelAllAsyncIntTransfers: XhcDequeueTrbFromEndpoint failed\n"));
|
||||||
|
|
Loading…
Reference in New Issue