On Sun, Feb 08, 2015 at 08:46:28PM -0800, Tolga Ceylan wrote:
> Lines over 80 were corrected
> RT_TRACE format strings should specify unsigned instead of signed int
I don't understand, why did you do 2 different things in a single patch?
Please split this up.
Also:
> case RF90_PATH_C:
> - u4RegValue = rtl8192_QueryBBReg(dev, pPhyReg->rfintfs,
> bRFSI_RFENV);
> + u4RegValue = rtl8192_QueryBBReg(dev, pPhyReg->rfintfs,
> + bRFSI_RFENV);
Please indent this to the character after '(' on the line above.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/