On Mon, Aug 26, 2013 at 05:10:08PM +0200, Iker Pedrosa wrote: > @@ -926,7 +928,8 @@ static void Set_ChanIndep_RfData_al7230_24(struct hw_data *pHwData, u32 *pltmp, > u8 i; > for (i = 0; i < number; i++) { > pHwData->phy_para[i] = al7230_rf_data_24[i]; > - pltmp[i] = (1 << 31) | (0 << 30) | (24 << 24) | (al7230_rf_data_24[i] & 0xffffff); > + pltmp[i] = (1 << 31) | (0 << 30) | (24 << 24) > + | (al7230_rf_data_24[i] & 0xffffff); It's always a bit hard for me to know how picky to be. Normally the '|' would be on the first line here. regards, dan carpenter _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel