treewide: Fix typo in printk
Correct spelling typo within various part of the kernel Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
8c88126bbb
commit
6d3be300c6
@@ -1722,7 +1722,7 @@ static void qlcnic_extend_lb_idc_cmpltn_wait(struct qlcnic_adapter *adapter,
|
||||
struct qlcnic_hardware_context *ahw = adapter->ahw;
|
||||
int temp;
|
||||
|
||||
netdev_info(adapter->netdev, "Recieved loopback IDC time extend event for 0x%x seconds\n",
|
||||
netdev_info(adapter->netdev, "Received loopback IDC time extend event for 0x%x seconds\n",
|
||||
ahw->extend_lb_time);
|
||||
temp = ahw->extend_lb_time * 1000;
|
||||
*max_wait_count += temp / QLC_83XX_LB_MSLEEP_COUNT;
|
||||
|
||||
Reference in New Issue
Block a user