Skip to content

Commit ad0f548

Browse files
ankitchauhan2065martinkpetersen
authored andcommitted
scsi: mvsas: Fix typos in per-phy comments and SAS cmd port registers
Spelling fixes: Deocder --> Decoder Memroy --> Memory This is a non-functional change aimed at improving code clarity. Signed-off-by: Ankit Chauhan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 8a3514d commit ad0f548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/mvsas/mv_defs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ enum hw_register_bits {
215215

216216
/* MVS_Px_INT_STAT, MVS_Px_INT_MASK (per-phy events) */
217217
PHYEV_DEC_ERR = (1U << 24), /* Phy Decoding Error */
218-
PHYEV_DCDR_ERR = (1U << 23), /* STP Deocder Error */
218+
PHYEV_DCDR_ERR = (1U << 23), /* STP Decoder Error */
219219
PHYEV_CRC_ERR = (1U << 22), /* STP CRC Error */
220220
PHYEV_UNASSOC_FIS = (1U << 19), /* unassociated FIS rx'd */
221221
PHYEV_AN = (1U << 18), /* SATA async notification */
@@ -347,7 +347,7 @@ enum sas_cmd_port_registers {
347347
CMD_SATA_PORT_MEM_CTL0 = 0x158, /* SATA Port Memory Control 0 */
348348
CMD_SATA_PORT_MEM_CTL1 = 0x15c, /* SATA Port Memory Control 1 */
349349
CMD_XOR_MEM_BIST_CTL = 0x160, /* XOR Memory BIST Control */
350-
CMD_XOR_MEM_BIST_STAT = 0x164, /* XOR Memroy BIST Status */
350+
CMD_XOR_MEM_BIST_STAT = 0x164, /* XOR Memory BIST Status */
351351
CMD_DMA_MEM_BIST_CTL = 0x168, /* DMA Memory BIST Control */
352352
CMD_DMA_MEM_BIST_STAT = 0x16c, /* DMA Memory BIST Status */
353353
CMD_PORT_MEM_BIST_CTL = 0x170, /* Port Memory BIST Control */

0 commit comments

Comments
 (0)