clean up the un-suitable ';' location when declaring the functions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-09-04 09:37:28 +00:00
parent 1f3a753ee6
commit ed66e1bc0d
134 changed files with 1345 additions and 2690 deletions

View File

@@ -146,8 +146,7 @@ EFI_STATUS
IN UINT64 Lun,
IN OUT EFI_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet,
IN EFI_EVENT Event OPTIONAL
)
;
);
/**
Used to retrieve the list of legal Target IDs for SCSI devices
@@ -179,8 +178,7 @@ EFI_STATUS
IN EFI_SCSI_PASS_THRU_PROTOCOL *This,
IN OUT UINT32 *Target,
IN OUT UINT64 *Lun
)
;
);
/**
Used to allocate and build a device path node for a SCSI device
@@ -216,8 +214,7 @@ EFI_STATUS
IN UINT32 Target,
IN UINT64 Lun,
IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath
)
;
);
/**
Used to translate a device path node to a Target ID and LUN.
@@ -249,8 +246,7 @@ EFI_STATUS
IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
OUT UINT32 *Target,
OUT UINT64 *Lun
)
;
);
/**
Resets a SCSI channel.This operation resets all the
@@ -271,8 +267,7 @@ typedef
EFI_STATUS
(EFIAPI *EFI_SCSI_PASS_THRU_RESET_CHANNEL)(
IN EFI_SCSI_PASS_THRU_PROTOCOL *This
)
;
);
/**
Resets a SCSI device that is connected to a SCSI channel.
@@ -299,8 +294,7 @@ EFI_STATUS
IN EFI_SCSI_PASS_THRU_PROTOCOL *This,
IN UINT32 Target,
IN UINT64 Lun
)
;
);
/**
@par Protocol Description: