Delete the redundant word 'and'. Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx> --- drivers/scsi/megaraid/megaraid_sas_fusion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c index 6650f8c8e9b0..9864e0e5b7f1 100644 --- a/drivers/scsi/megaraid/megaraid_sas_fusion.c +++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c @@ -2548,14 +2548,14 @@ megasas_set_pd_lba(struct MPI2_RAID_SCSI_IO_REQUEST *io_request, u8 cdb_len, } /** - * megasas_stream_detect - stream detection on read and and write IOs + * megasas_stream_detect - stream detection on read and write IOs * @instance: Adapter soft state * @cmd: Command to be prepared * @io_info: IO Request info * */ -/** stream detection on read and and write IOs */ +/** stream detection on read and write IOs */ static void megasas_stream_detect(struct megasas_instance *instance, struct megasas_cmd_fusion *cmd, struct IO_REQUEST_INFO *io_info) -- 2.36.1