aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR Veera Kumar <vkor@vkten.in>2020-04-05 23:27:22 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-13 08:55:32 +0200
commitc5a906e391d9acc8e9c354e8f782752bb6985953 (patch)
treed69e858ac91b2c0e48e5840982d1d07303541a24
parentstaging: rtl8192e: rtl8192e: Correct misspelt variable name (diff)
downloadlinux-dev-c5a906e391d9acc8e9c354e8f782752bb6985953.tar.xz
linux-dev-c5a906e391d9acc8e9c354e8f782752bb6985953.zip
staging: unisys: visorhba: Correct a typo in comment
Correct a typo in comment. Misspelling found using checkpatch.pl. Signed-off-by: R Veera Kumar <vkor@vkten.in> Link: https://lore.kernel.org/r/20200405175722.8188-1-vkor@vkten.in Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/visorhba/visorhba_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c b/drivers/staging/unisys/visorhba/visorhba_main.c
index dd979ee4dcf1..99c57ceeb357 100644
--- a/drivers/staging/unisys/visorhba/visorhba_main.c
+++ b/drivers/staging/unisys/visorhba/visorhba_main.c
@@ -292,7 +292,7 @@ static void cleanup_scsitaskmgmt_handles(struct idr *idrtable,
* @tasktype: Type of taskmgmt command
* @scsidev: Scsidev that issued command
*
- * Create a cmdrsp packet and send it to the Serivce Partition
+ * Create a cmdrsp packet and send it to the Service Partition
* that will service this request.
*
* Return: Int representing whether command was queued successfully or not