aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge
diff options
context:
space:
mode:
authorElena Afanasova <eafanasova@gmail.com>2020-10-20 08:05:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-26 06:53:10 +0100
commit87e6059da1a3d1710d5faaca2404fb6b4ba68045 (patch)
treed2ed176cfcb73604f3e4fc6ce7e17ef995c27bb4 /drivers/staging/qlge
parentstaging/qlge: add blank line after declaration (diff)
downloadlinux-dev-87e6059da1a3d1710d5faaca2404fb6b4ba68045.tar.xz
linux-dev-87e6059da1a3d1710d5faaca2404fb6b4ba68045.zip
staging/qlge: fix typo
Reported by checkpatch.pl. Signed-off-by: Elena Afanasova <eafanasova@gmail.com> Link: https://lore.kernel.org/r/20201020150559.35667-1-eafanasova@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/qlge')
-rw-r--r--drivers/staging/qlge/qlge_mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/qlge/qlge_mpi.c b/drivers/staging/qlge/qlge_mpi.c
index 143a886080c5..2ff3db2661a9 100644
--- a/drivers/staging/qlge/qlge_mpi.c
+++ b/drivers/staging/qlge/qlge_mpi.c
@@ -91,7 +91,7 @@ int ql_soft_reset_mpi_risc(struct ql_adapter *qdev)
return ql_write_mpi_reg(qdev, 0x00001010, 1);
}
-/* Determine if we are in charge of the firwmare. If
+/* Determine if we are in charge of the firmware. If
* we are the lower of the 2 NIC pcie functions, or if
* we are the higher function and the lower function
* is not enabled.