diff options
author | Bart Van Assche <bvanassche@acm.org> | 2022-04-20 00:57:44 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2022-04-26 05:23:01 +0200 |
commit | 2abe580023644d76f9d4ef1c3f13f6ef38de7e15 (patch) | |
tree | b562292f0d4bf993d7ea67e5c539f99ecd787c86 /drivers/scsi/ufs/unipro.h | |
parent | scsi: ufs: core: Increase fDeviceInit poll frequency (diff) | |
download | linux-2abe580023644d76f9d4ef1c3f13f6ef38de7e15.tar.xz linux-2abe580023644d76f9d4ef1c3f13f6ef38de7e15.zip |
scsi: ufs: Fix a spelling error in a source code comment
Change one occurrence of "adpater" into "adapter".
Link: https://lore.kernel.org/r/20220419225811.4127248-2-bvanassche@acm.org
Tested-by: Bean Huo <beanhuo@micron.com>
Reviewed-by: Avri Altman <avri.altman@wdc.com>
Reviewed-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/scsi/ufs/unipro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ufs/unipro.h b/drivers/scsi/ufs/unipro.h index 8e9e486a4f7b..705a6465ba5c 100644 --- a/drivers/scsi/ufs/unipro.h +++ b/drivers/scsi/ufs/unipro.h @@ -103,7 +103,7 @@ #define UNIPRO_CB_OFFSET(x) (0x8000 | x) /* - * PHY Adpater attributes + * PHY Adapter attributes */ #define PA_ACTIVETXDATALANES 0x1560 #define PA_ACTIVERXDATALANES 0x1580 |