diff options
author | Bart Van Assche <[email protected]> | 2022-04-19 15:57:44 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-04-25 23:23:01 -0400 |
commit | 2abe580023644d76f9d4ef1c3f13f6ef38de7e15 (patch) | |
tree | b562292f0d4bf993d7ea67e5c539f99ecd787c86 | |
parent | a4e6496fca3f32e997e8a3b5c44e2a1ae09d018e (diff) |
scsi: ufs: Fix a spelling error in a source code comment
Change one occurrence of "adpater" into "adapter".
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Bean Huo <[email protected]>
Reviewed-by: Avri Altman <[email protected]>
Reviewed-by: Bean Huo <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-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 |