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>pull/982/merge
parent
9000f663c5
commit
934a5c3230
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue