Commit 934a5c32 authored by Alok Tiwari's avatar Alok Tiwari Committed by Martin K. Petersen
Browse files

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: default avatarAlok Tiwari <alok.a.tiwari@oracle.com>
Link: https://lore.kernel.org/r/20250517192422.310489-1-alok.a.tiwari@oracle.com


Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 9000f663
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -101,8 +101,8 @@ enum sas_sata_vsp_regs {
	VSR_PHY_MODE9		= 0x09, /* Test */
	VSR_PHY_MODE10		= 0x0A, /* Power */
	VSR_PHY_MODE11		= 0x0B, /* Phy Mode */
	VSR_PHY_VS0		= 0x0C, /* Vednor Specific 0 */
	VSR_PHY_VS1		= 0x0D, /* Vednor Specific 1 */
	VSR_PHY_VS0		= 0x0C, /* Vendor Specific 0 */
	VSR_PHY_VS1		= 0x0D, /* Vendor Specific 1 */
};

enum chip_register_bits {