Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp569658pxu; Fri, 11 Dec 2020 08:58:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJybz6K/cCL6ZpfyzM0mfKOTaSERv2SAKGthcc9OG0kpVXfJik1tSFoZzv8FjqbhdN13UHpH X-Received: by 2002:a17:906:4058:: with SMTP id y24mr11442231ejj.245.1607705880178; Fri, 11 Dec 2020 08:58:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607705880; cv=none; d=google.com; s=arc-20160816; b=wh11fW0CYx0fDLo/Hy9cbdVTwh2LqJGvNg0VUHMxPAw2WGnd3JgqyVedVq8ygxQxOc i4gwM5qRYkyGuUmd7q+SVqFeweswmbyow3dyP1HygAwG55lceP7MHX0wNZNnms+jgt+2 TAKixUHvo/7mTwYmGDp4ix+Gk+Gca3WNVcPRNO+qRcPBnAqw88/cSglGkS+FmzeTbrnD m2l1J0VLpkx2vzz7WmIeKfF5x1DMPZPdOYb9tAYt/Si97uO4ujBcSQ2ByNJdz5Tkqdb7 sDmn23+JrRWMwaH0YN8WhM2dENjNfi5KTlPgyQqe0Fn04CT2jnLm4O1RJpxEkHoyAQC0 3HeA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=5bSEnZ3R1EeXrmD6x9kCoIL62uExivKjAUCOpiy4tNg=; b=KQZl+a6BP6CNrdq6qRrkNcqmUDwjY62E6rRzJB8Gxg7p4pu+VOMd6JVCP2jw75Anfa Th8QyYARrUTVtsWmjKlyLwVdxkIwtsgpavmi+1/ebI/eMgfMHoK9qPvARUBjvF5u4g79 pfbWcMR4Oi81bBF1BfLFfTdiQ05E3H1ucFDiF+4qHTr8n6KuaP0pv+mnYaFNgN9Xux6P IXPiXQ2z7ZW+qu2W+ns6srYoDAijq1r60M1RYFKDpDwbLLGl7w1Ldufz7iPjViyPlQVu dEW4qiArChEqcqlg6V8ODtxTjyfWwnwarSd88JA82r0Eyg/wIx3KIIouhE6hhV+XQdwf 6y6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e7si5796540ejm.291.2020.12.11.08.57.35; Fri, 11 Dec 2020 08:58:00 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437201AbgLKIzA (ORCPT + 99 others); Fri, 11 Dec 2020 03:55:00 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:9164 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2437143AbgLKIyt (ORCPT ); Fri, 11 Dec 2020 03:54:49 -0500 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Csl1m5K8cz15bBF; Fri, 11 Dec 2020 16:53:32 +0800 (CST) Received: from ubuntu.network (10.175.138.68) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Fri, 11 Dec 2020 16:53:59 +0800 From: Zheng Yongjun To: , , , , CC: Zheng Yongjun Subject: [PATCH -next] usb: phy: convert comma to semicolon Date: Fri, 11 Dec 2020 16:54:28 +0800 Message-ID: <20201211085428.2871-1-zhengyongjun3@huawei.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.175.138.68] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- drivers/usb/phy/phy-isp1301-omap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/usb/phy/phy-isp1301-omap.c b/drivers/usb/phy/phy-isp1301-omap.c index 4a6462c92ef2..6f4f74e6ba51 100644 --- a/drivers/usb/phy/phy-isp1301-omap.c +++ b/drivers/usb/phy/phy-isp1301-omap.c @@ -1566,13 +1566,13 @@ isp1301_probe(struct i2c_client *i2c, const struct i2c_device_id *id) isp->phy.dev = &i2c->dev; isp->phy.label = DRIVER_NAME; - isp->phy.set_power = isp1301_set_power, + isp->phy.set_power = isp1301_set_power; isp->phy.otg->usb_phy = &isp->phy; - isp->phy.otg->set_host = isp1301_set_host, - isp->phy.otg->set_peripheral = isp1301_set_peripheral, - isp->phy.otg->start_srp = isp1301_start_srp, - isp->phy.otg->start_hnp = isp1301_start_hnp, + isp->phy.otg->set_host = isp1301_set_host; + isp->phy.otg->set_peripheral = isp1301_set_peripheral; + isp->phy.otg->start_srp = isp1301_start_srp; + isp->phy.otg->start_hnp = isp1301_start_hnp; enable_vbus_draw(isp, 0); power_down(isp); -- 2.22.0