lkml.org 
[lkml]   [2022]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] scsi: bfa: drop unexpected word 'are' in comments
Date
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
\
 
 \ /
  Last update: 2022-06-23 10:05    [W:0.502 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site