From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Thu, 02 Oct 2014 09:52:02 +0000 Subject: Re: [PATCH 1/2] usb: renesas_usbhs: rename phy to usb_phy in usbhs_priv Message-Id: <542D2042.9040000@cogentembedded.com> List-Id: References: <1412236953-1084-2-git-send-email-yoshihiro.shimoda.uh@renesas.com> In-Reply-To: <1412236953-1084-2-git-send-email-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hello. On 10/2/2014 12:02 PM, Yoshihiro Shimoda wrote: > To support a generic phy driver in this driver later, this patch > renames "struct usb_phy *phy" to "struct usb_phy *usb_phy". > This patch also cleans up this code. I think it's better to do rename and "cleanup" in separate patches. > Signed-off-by: Yoshihiro Shimoda > --- > drivers/usb/renesas_usbhs/common.h | 2 +- > drivers/usb/renesas_usbhs/rcar2.c | 48 +++++++++++++++++++----------------- > 2 files changed, 27 insertions(+), 23 deletions(-) [...] WBR, Sergei