On 9/24/2015 11:33 AM, Borislav Petkov wrote:
And that's ugly - I much prefer having input arguments being input only and return values being return values only. If it can be helped, that is. And in this case, it is not necessary.
Okay, I'll fix this in the next version and do a family check in __set_scrub_rate() itself.
Yeah, I believe we've talked about this before: a patch should do one logical change and one logical change *only* - no other unrelated hunks belong in it. Otherwise, they make reviewing it harder by making me wonder why is that hunk there and what does it have to do with the scrub rate changes. Unrelated hunks can - further down the road - complicate bisection and cherry-picking for other kernels. So please try to restrain yourself to do solely the one logical change your patch addresses. If you feel that some more work needs to be done on the file or the whole driver, you can always send *separate* patches ontop which we can discuss.
Okay, Sorry about that. Will clean it up in V2. Thanks, -Aravind. -- 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/

