[PATCH] scsi: mvsas: fix typos in SAS/SATA VSP register comments

Alok Tiwari posted 1 patch 7 months ago
drivers/scsi/mvsas/mv_64xx.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] scsi: mvsas: fix typos in SAS/SATA VSP register comments
Posted by Alok Tiwari 7 months ago
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>
---
 drivers/scsi/mvsas/mv_64xx.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/mvsas/mv_64xx.h b/drivers/scsi/mvsas/mv_64xx.h
index c25a5dfe7889..749f616b21af 100644
--- a/drivers/scsi/mvsas/mv_64xx.h
+++ b/drivers/scsi/mvsas/mv_64xx.h
@@ -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 {
-- 
2.47.1
Re: [PATCH] scsi: mvsas: fix typos in SAS/SATA VSP register comments
Posted by Martin K. Petersen 6 months, 3 weeks ago
On Sat, 17 May 2025 12:24:10 -0700, Alok Tiwari wrote:

> 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.
> 
> 

Applied to 6.16/scsi-queue, thanks!

[1/1] scsi: mvsas: fix typos in SAS/SATA VSP register comments
      https://git.kernel.org/mkp/scsi/c/934a5c3230b9

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH] scsi: mvsas: fix typos in SAS/SATA VSP register comments
Posted by Martin K. Petersen 7 months ago
Alok,

> 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.

Applied to 6.16/scsi-staging, thanks!

-- 
Martin K. Petersen