Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <chelsyratnawat2001@gmail.com>
Link: https://lore.kernel.org/r/20250419225906.31437-1-chelsyratnawat2001@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Chelsy Ratnawat and committed by
Martin K. Petersen
7a497d16 c8c70ff3

+3 -3
+3 -3
drivers/scsi/mpi3mr/mpi3mr_os.c
··· 2945 2945 * @mrioc: Adapter instance reference 2946 2946 * @event_reply: event data 2947 2947 * 2948 - * Identify whteher the event has to handled and acknowledged 2949 - * and either process the event in the tophalf and/or schedule a 2950 - * bottom half through mpi3mr_fwevt_worker. 2948 + * Identifies whether the event has to be handled and acknowledged, 2949 + * and either processes the event in the top-half and/or schedule a 2950 + * bottom-half through mpi3mr_fwevt_worker(). 2951 2951 * 2952 2952 * Return: Nothing 2953 2953 */