[PATCH] scsi: bfa: drop unexpected word 'are' in comments

From: Jiang Jian
Date: Thu Jun 23 2022 - 04:04:15 EST


there is an unexpected word 'are' in the comments that need to be dropped

file - drivers/scsi/bfa/bfa_fcpim.h
line - 70

/* Buckets are are 512 bytes to 2MB */

changed to:

/* Buckets are 512 bytes to 2MB */

Signed-off-by: Jiang Jian <jiangjian@xxxxxxxxxx>
---
drivers/scsi/bfa/bfa_fcpim.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/bfa/bfa_fcpim.h b/drivers/scsi/bfa/bfa_fcpim.h
index 8bf09433549b..a9eae709da39 100644
--- a/drivers/scsi/bfa/bfa_fcpim.h
+++ b/drivers/scsi/bfa/bfa_fcpim.h
@@ -67,7 +67,7 @@ void bfa_fcp_res_recfg(struct bfa_s *bfa, u16 num_ioim_fw, u16 max_ioim_fw);
#define BFA_IOIM_IOTAG_MASK 0x07ff /* 2K IOs */
#define BFA_IOIM_RETRY_MAX 7

-/* Buckets are are 512 bytes to 2MB */
+/* Buckets are 512 bytes to 2MB */
static inline u32
bfa_ioim_get_index(u32 n) {
int pos = 0;
--
2.17.1