Fix function header comments for DiskIoDestroySubtask.

Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14577 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Ruiyu Ni 2013-08-21 08:35:44 +00:00 committed by niruiyu
parent fc51ab6ceb
commit b822eb4237

View File

@ -354,6 +354,7 @@ DiskIoDriverBindingStop (
/** /**
Destroy the sub task. Destroy the sub task.
@param Instance Pointer to the DISK_IO_PRIVATE_DATA.
@param Subtask Subtask. @param Subtask Subtask.
@return LIST_ENTRY * Pointer to the next link of subtask. @return LIST_ENTRY * Pointer to the next link of subtask.