fix part of golint

This commit is contained in:
Lei Xue
2022-12-11 09:59:06 +08:00
parent e6ab29e842
commit 1c9f8d3e06
15 changed files with 21 additions and 1174 deletions

View File

@@ -114,7 +114,7 @@ var (
EXCHANGE_MEDIUM SCSICommandType = 0xa6
READ_12 SCSICommandType = 0xa8
WRITE_12 SCSICommandType = 0xaa
GET_PERFORMACE SCSICommandType = 0xac
GET_PERFORMANCE SCSICommandType = 0xac
READ_DVD_STRUCTURE SCSICommandType = 0xad
WRITE_VERIFY_12 SCSICommandType = 0xae
VERIFY_12 SCSICommandType = 0xaf
@@ -193,7 +193,7 @@ type SCSICommand struct {
type ITNexus struct {
// UUID v1
ID uuid.UUID `json:"id"`
// For protocal spec identifer
// For protocol spec identifer
Tag string `json:"Tag"`
}