Re: [PATCH1/7] i2c: Add support for device alias names

From: Jochen Friedrich
Date: Sun Apr 27 2008 - 07:06:30 EST


Hi Jean,

>> - if ((err = f75375_probe(client)) < 0)
>> + err = f75375_probe(client, NULL);
>> + if (err < 0)
>> goto exit_detach;
>>
>> return 0;
>
> These coding style cleanups don't belong to this patch (if they belong
> anywhere - I don't much see the point)

I just wanted to make sure, scripts/checkpatch.pl doesn't complain.
But you're right. The coding style cleanup should have been another patch.

Thanks a lot for your efforts of getting the alias stuff in!

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