Hello. Tirumala Marri wrote:
+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.
He means that tabs should be between the variable's type and name, but there's no such requirement actually.
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html