mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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:
committed by
David S. Miller
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;
|
||||
|
Reference in New Issue
Block a user