aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChelsy Ratnawat <[email protected]>2025-04-19 22:59:06 +0000
committerMartin K. Petersen <[email protected]>2025-04-22 01:29:51 +0000
commit7a497d1649a9d2af1b9d184eeef4c7e63efb022c (patch)
tree44c9be363b01e1f914159aad1755a43eca909dbd
parentscsi: scsi_transport_fc: Rename del_timer() in comment (diff)
downloadkernel-7a497d1649a9d2af1b9d184eeef4c7e63efb022c.tar.gz
kernel-7a497d1649a9d2af1b9d184eeef4c7e63efb022c.zip
scsi: mpi3mr: Fix typo and grammar
Corrected grammar, spelling, and formatting in the kernel-doc comment for mpi3mr_os_handle_events() to follow kernel-doc style and improve clarity. Signed-off-by: Chelsy Ratnawat <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/scsi/mpi3mr/mpi3mr_os.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/mpi3mr/mpi3mr_os.c b/drivers/scsi/mpi3mr/mpi3mr_os.c
index c186b892150f..261d7550d5a6 100644
--- a/drivers/scsi/mpi3mr/mpi3mr_os.c
+++ b/drivers/scsi/mpi3mr/mpi3mr_os.c
@@ -2945,9 +2945,9 @@ void mpi3mr_add_event_wait_for_device_refresh(struct mpi3mr_ioc *mrioc)
* @mrioc: Adapter instance reference
* @event_reply: event data
*
- * Identify whteher the event has to handled and acknowledged
- * and either process the event in the tophalf and/or schedule a
- * bottom half through mpi3mr_fwevt_worker.
+ * Identifies whether the event has to be handled and acknowledged,
+ * and either processes the event in the top-half and/or schedule a
+ * bottom-half through mpi3mr_fwevt_worker().
*
* Return: Nothing
*/