scsi: mpt3sas: fix repeated words in comments
Commit Message
Delete the redundant word 'be'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -313,7 +313,7 @@ mpt3sas_ctl_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
* @event: firmware event
*
* The bitmask in ioc->event_type[] indicates which events should be
- * be saved in the driver event_log. This bitmask is set by application.
+ * saved in the driver event_log. This bitmask is set by application.
*
* Return: 1 when event should be captured, or zero means no match.
*/