Hi, Tang Bin writes: > The macros in phy-tegra-usb.c have inconsistent sapces between > the macro name and the value. Thus sets all the macros to have > a signal space between the name and value. > > Signed-off-by: Tang Bin > --- > drivers/usb/phy/phy-tegra-usb.c | 214 ++++++++++++++++---------------- > 1 file changed, 107 insertions(+), 107 deletions(-) > > diff --git a/drivers/usb/phy/phy-tegra-usb.c b/drivers/usb/phy/phy-tegra-usb.c > index 6153cc35a..c294dc617 100644 > --- a/drivers/usb/phy/phy-tegra-usb.c > +++ b/drivers/usb/phy/phy-tegra-usb.c > @@ -30,124 +30,124 @@ > #include > #include > > -#define ULPI_VIEWPORT 0x170 > +#define ULPI_VIEWPORT 0x170 > > /* PORTSC PTS/PHCD bits, Tegra20 only */ > -#define TEGRA_USB_PORTSC1 0x184 > -#define TEGRA_USB_PORTSC1_PTS(x) (((x) & 0x3) << 30) > -#define TEGRA_USB_PORTSC1_PHCD BIT(23) > +#define TEGRA_USB_PORTSC1 0x184 > +#define TEGRA_USB_PORTSC1_PTS(x) (((x) & 0x3) << 30) > +#define TEGRA_USB_PORTSC1_PHCD BIT(23) the idea was the line up the definitions. I'm not taking this, sorry. -- balbi