Re: [PATCH] Staging: rtl8192u: r8190_rtl8256: coding style and format string type connections
From: Greg Kroah-Hartman
Date: Sat Mar 07 2015 - 06:01:55 EST
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/