[PATCH v10 03/10] USB/ppc4xx: Add Synopsys DWC OTG Core Interface Layer (CIL)

Tirumala Marri tmarri at apm.com
Sat Apr 2 04:35:48 EST 2011


> +void dwc_otg_core_init(struct core_if *core_if)
> +{
> +	u32 i;
> +	ulong global_reg = core_if->core_global_regs;
> +	struct device_if *dev_if = core_if->dev_if;
> +	u32 ahbcfg = 0;
> +	u32 i2cctl = 0;
> +	u32 gusbcfg;

Tabify the declarations ;
[Marri] When I checked again in my source, I do see the tabs added before
declarations.


More information about the Linuxppc-dev mailing list