mirror of https://gitee.com/openkylin/linux.git
net: ipa: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
59d4c93d31
commit
e65f3df5ff
|
@ -413,7 +413,7 @@ static void ipa_client_init_driver_work(struct work_struct *work)
|
|||
int ret;
|
||||
|
||||
ipa_qmi = container_of(work, struct ipa_qmi, init_driver_work);
|
||||
qmi = &ipa_qmi->client_handle,
|
||||
qmi = &ipa_qmi->client_handle;
|
||||
|
||||
ipa = container_of(ipa_qmi, struct ipa, qmi);
|
||||
dev = &ipa->pdev->dev;
|
||||
|
|
Loading…
Reference in New Issue