From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EB3C52095D2C8 for ; Sun, 9 Jul 2017 23:09:55 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 09 Jul 2017 23:11:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,338,1496127600"; d="scan'208";a="284927166" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by fmsmga004.fm.intel.com with ESMTP; 09 Jul 2017 23:11:39 -0700 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Ruiyu Ni , Hao Wu , Star Zeng Date: Mon, 10 Jul 2017 14:11:26 +0800 Message-Id: <1499667086-125456-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch] MdeModulePkg/XhciDxe: Make comments align with function X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2017 06:09:56 -0000 Cc: Ruiyu Ni Cc: Hao Wu Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c index f8174d8..6013d76 100644 --- a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c +++ b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c @@ -989,10 +989,11 @@ XhcFreeSched ( } /** Check if the Trb is a transaction of the URB. + @param Xhc The XHCI Instance. @param Trb The TRB to be checked @param Urb The URB to be checked. @retval TRUE It is a transaction of the URB. @retval FALSE It is not any transaction of the URB. -- 1.9.5.msysgit.1