[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48145E7B.6040805@scram.de>
Date: Sun, 27 Apr 2008 13:07:39 +0200
From: Jochen Friedrich <jochen@...am.de>
To: Jean Delvare <khali@...ux-fr.org>
CC: Kumar Gala <galak@...nel.crashing.org>,
Scott Wood <scottwood@...escale.com>,
"Kernel, Linux" <linux-kernel@...r.kernel.org>,
linuxppc-dev list <linuxppc-dev@...abs.org>,
Linux I2C <i2c@...sensors.org>, Jon Smirl <jonsmirl@...il.com>,
Laurent Pinchart <laurentp@...-semaphore.com>
Subject: Re: [PATCH1/7] i2c: Add support for device alias names
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists