Skip to content

Commit 934a5c3

Browse files
aloktiwamartinkpetersen
authored andcommitted
scsi: mvsas: Fix typos in SAS/SATA VSP register comments
Correct spelling mistakes of the SAS/SATA Vendor Specific Port Registers. Fixed "Vednor" to "Vendor" in VSR_PHY_VS0 and VSR_PHY_VS1 comments. This is a non-functional change aimed at improving code clarity. Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com> Link: https://lore.kernel.org/r/20250517192422.310489-1-alok.a.tiwari@oracle.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 9000f66 commit 934a5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/mvsas/mv_64xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ enum sas_sata_vsp_regs {
101101
VSR_PHY_MODE9 = 0x09, /* Test */
102102
VSR_PHY_MODE10 = 0x0A, /* Power */
103103
VSR_PHY_MODE11 = 0x0B, /* Phy Mode */
104-
VSR_PHY_VS0 = 0x0C, /* Vednor Specific 0 */
105-
VSR_PHY_VS1 = 0x0D, /* Vednor Specific 1 */
104+
VSR_PHY_VS0 = 0x0C, /* Vendor Specific 0 */
105+
VSR_PHY_VS1 = 0x0D, /* Vendor Specific 1 */
106106
};
107107

108108
enum chip_register_bits {

0 commit comments

Comments
 (0)