On Mon, Jul 21, 2008 at 07:02:05PM +0300, Peter 'p2' De Schrijver wrote: > +/* > +* Power Bus Message Format > +* > +* Broadcast Message (16 Bits) > +* DEV_GRP[15:13] MT[12] RES_GRP[11:9] RES_TYPE2[8:7] RES_TYPE[6:4] > +* RES_STATE[3:0] > +* > +* Singular Message (16 Bits) > +* DEV_GRP[15:13] MT[12] RES_ID[11:4] RES_STATE[3:0] > +* > +*/ This comment should follow the coding style: /* * Power Bus Message Format * * Broadcast Message (16 Bits) * DEV_GRP[15:13] MT[12] RES_GRP[11:9] RES_TYPE2[8:7] RES_TYPE[6:4] * RES_STATE[3:0] * * Singular Message (16 Bits) * DEV_GRP[15:13] MT[12] RES_ID[11:4] RES_STATE[3:0] */ > +struct triton_ins { > + u16 pmb_message; > + u8 delay; > +}; > + > + extra line > +#define CONFIG_DISABLE_HFCLK 1 > + > +#if defined(CONFIG_MACH_OMAP_3430SDP) || defined(CONFIG_MACH_OMAP_3430LABRADOR) > + > +struct triton_ins sleep_on_seq[] __initdata = { > + {MSG_SINGULAR(DEV_GRP_P1, 0xf, RES_STATE_OFF), 4}, could you add spaces here?? { MSG_SINGULAR(DEV_GRP_P1, 0xf, RES_STATE_OFF), 4 }, -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html