correct /// usage mistake

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6979 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ywu21 2008-12-10 09:29:47 +00:00
parent 6f4aad3b34
commit fd6f5e52b1
1 changed files with 9 additions and 9 deletions

View File

@ -48,9 +48,9 @@ typedef struct _ISCSI_PRIVATE_PROTOCOL {
UINT32 Reserved; UINT32 Reserved;
} ISCSI_PRIVATE_PROTOCOL; } ISCSI_PRIVATE_PROTOCOL;
/// //
/// EFI Driver Binding Protocol for iSCSI driver. // EFI Driver Binding Protocol for iSCSI driver.
/// //
/** /**
Tests to see if this driver supports a given controller. If a child device is provided, Tests to see if this driver supports a given controller. If a child device is provided,
@ -152,9 +152,9 @@ IScsiDriverBindingStop (
IN EFI_HANDLE *ChildHandleBuffer IN EFI_HANDLE *ChildHandleBuffer
); );
/// //
/// EFI Component Name Protocol for IScsi driver. // EFI Component Name Protocol for IScsi driver.
/// //
/** /**
Retrieves a Unicode string that is the user readable name of the EFI Driver. Retrieves a Unicode string that is the user readable name of the EFI Driver.
@ -241,9 +241,9 @@ IScsiComponentNameGetControllerName (
OUT CHAR16 **ControllerName OUT CHAR16 **ControllerName
); );
/// //
/// EFI IScsi Initiator Name Protocol for IScsi driver. // EFI IScsi Initiator Name Protocol for IScsi driver.
/// //
/** /**
Retrieves the current set value of iSCSI Initiator Name. Retrieves the current set value of iSCSI Initiator Name.