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

Jiang Jian posted 1 patch 1 year, 9 months ago
drivers/scsi/bfa/bfa_fcpim.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: bfa: drop unexpected word 'are' in comments
Posted by Jiang Jian 1 year, 9 months ago
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@cdjrlc.com>
---
 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