diff options
author | WangYuli <wangyuli@uniontech.com> | 2024-09-06 13:40:08 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-09-09 16:47:43 -0700 |
commit | dab2214fec6057d2ba816bba1d30aca73c08ad68 (patch) | |
tree | 110c7c794047ae1a070fcaf4ebf6eb2b61db1a31 /drivers/scsi/pmcraid.c | |
parent | 73b4fcab4905e17f2a22af278efd75f1cd008e29 (diff) | |
download | lwn-dab2214fec6057d2ba816bba1d30aca73c08ad68.tar.gz lwn-dab2214fec6057d2ba816bba1d30aca73c08ad68.zip |
treewide: correct the typo 'retun'
There are some spelling mistakes of 'retun' in comments which
should be instead of 'return'.
Link: https://lkml.kernel.org/r/63D0F870EE8E87A0+20240906054008.390188-1-wangyuli@uniontech.com
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/scsi/pmcraid.c')
-rw-r--r-- | drivers/scsi/pmcraid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index a2a084c8075e..72a4c6e3d0c8 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -4009,7 +4009,7 @@ static void pmcraid_tasklet_function(unsigned long instance) * This routine un-registers registered interrupt handler and * also frees irqs/vectors. * - * Retun Value + * Return Value * None */ static |