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>
This commit is contained in:
parent
6b6946b25e
commit
87e6059da1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue