Re: [PATCH 1/2] Eliminate references to new_client in i2c documentation

2007-05-11 Thread Grant Likely
On 5/11/07, Jean Delvare <[EMAIL PROTECTED]> wrote: Hi Grant, On Thu, 10 May 2007 15:04:16 -0600, Grant Likely wrote: > The use of 'new_client' in i2c device allocation has been refered to as > a 'disease'. Replace all occurances of 'struct i2c_client *new_client' > in documentation examples wi

Re: [PATCH 1/2] Eliminate references to new_client in i2c documentation

2007-05-11 Thread Jean Delvare
Hi Grant, On Thu, 10 May 2007 15:04:16 -0600, Grant Likely wrote: > The use of 'new_client' in i2c device allocation has been refered to as > a 'disease'. Replace all occurances of 'struct i2c_client *new_client' > in documentation examples with 'struct i2c_client *client'. > > Also remove unnec