Re: [PATCH v5 2/5] MFD: RK808: Add new mfd driver for RK808

From: Doug Anderson
Date: Tue Aug 26 2014 - 12:57:35 EST


Lee,

On Tue, Aug 26, 2014 at 1:32 AM, Lee Jones <lee.jones@xxxxxxxxxx> wrote:
> On Mon, 25 Aug 2014, Doug Anderson wrote:
>> On Mon, Aug 25, 2014 at 6:31 AM, Chris Zhong <zyw@xxxxxxxxxxxxxx> wrote:
>> > The RK808 chip is a power management IC for multimedia and handheld
>> > devices. It contains the following components:
>> >
>> > - Regulators
>> > - RTC
>> >
>> > The RK808 core driver is registered as a platform driver and provides
>> > communication through I2C with the host device for the different
>> > components.
>> >
>> > Signed-off-by: Chris Zhong <zyw@xxxxxxxxxxxxxx>
>>
>> You need a Signed-off-by: Zhang Qing <zhangqing@xxxxxxxxxxxxxx>
>>
>> > ---
>
> [...]
>
>> > +static struct rk808 *g_rk808;
>>
>> I think Lee's "Grim" comment here was that prefixing globals with "g_"
>> is not consistent with the Linux coding style. Just remove the "g_".
>
> That and the seemingly unavoidable use of a global pointer.
>
> [...]
>
>> > +static const struct i2c_device_id rk808_ids[] = {
>> > + { "rk808", 0 },
>>
>> I think Lee wanted the above to be:
>>
>> { "rk808", },
>
> Right, but the ',' is now superfluous.

Yeah, I debated that. Generally I like to have commas at the end just
like a like a semicolon at the end of the final statement (C requires
this, but other languages don't). Anyway, neither here nor there. ;)
I'm happy having the comma removed.


> [...]
>
>> I didn't do a thorough review, just compared to Lee's old feedback.
>> Maybe a good idea to get in the habit to responding to others comments
>> with "Done" so others know you have addressed each comment?
>
> Please only do this locally or in your head. Reading replies to
> reviews containing only a break-down of what has been fixed is a waste
> of everyone's time. If/when replying to comments/observations that
> you do _not_ agree with, please snip out all of the ones that you _do_
> agree with.

Sorry for suggesting. I actually find even an email filled with
nothing but "Done" helpful. It give me a warm fuzzy that the person
spinning the code _actually_ looked at all the comments (and didn't
miss something).

...but it's really up to you. If you hate the "Done"s then Chris
certainly shouldn't send them.

-Doug
--
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/