MdeModulePkg/Bus/Scsi: Fix various typos
Fix various typos in comments and documentation. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Acked-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-15-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
1d031e750b
commit
cc530cd10c
@@ -50,7 +50,7 @@ typedef struct {
|
||||
} SCSI_EVENT_DATA;
|
||||
|
||||
//
|
||||
// SCSI Bus Controller device strcuture
|
||||
// SCSI Bus Controller device structure
|
||||
//
|
||||
#define SCSI_BUS_DEVICE_SIGNATURE SIGNATURE_32 ('s', 'c', 's', 'i')
|
||||
|
||||
@@ -450,7 +450,7 @@ ScsiExecuteSCSICommand (
|
||||
|
||||
@param This Protocol instance pointer
|
||||
@param Controller Controller handle
|
||||
@param TargetId Tartget to be scanned
|
||||
@param TargetId Target to be scanned
|
||||
@param Lun The Lun of the SCSI device on the SCSI channel.
|
||||
@param ScsiBusDev The pointer of SCSI_BUS_DEVICE
|
||||
|
||||
|
Reference in New Issue
Block a user