* [PATCH] i2c: correct struct i2c_driver doc about detection
@ 2012-10-03 20:17 Vivien Didelot
[not found] ` <1349295444-18645-1-git-send-email-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Vivien Didelot @ 2012-10-03 20:17 UTC (permalink / raw)
To: linux-i2c; +Cc: Vivien Didelot, Jean Delvare, Ben Dooks, linux-kernel
s/address_data/address_list/ in addition to c3813d6.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
include/linux/i2c.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 8e25a91..8d87329 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -140,7 +140,7 @@ extern s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client,
* The driver.owner field should be set to the module owner of this driver.
* The driver.name field should be set to the name of this driver.
*
- * For automatic device detection, both @detect and @address_data must
+ * For automatic device detection, both @detect and @address_list must
* be defined. @class should also be set, otherwise only devices forced
* with module parameters will be created. The detect function must
* fill at least the name field of the i2c_board_info structure it is
--
1.7.11.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] i2c: correct struct i2c_driver doc about detection
[not found] ` <1349295444-18645-1-git-send-email-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>
@ 2012-10-04 7:58 ` Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2012-10-04 7:58 UTC (permalink / raw)
To: Vivien Didelot
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Ben Dooks,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Hi Vivien,
On Wed, 3 Oct 2012 16:17:24 -0400, Vivien Didelot wrote:
> s/address_data/address_list/ in addition to c3813d6.
>
> Signed-off-by: Vivien Didelot <vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>
> ---
> include/linux/i2c.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/i2c.h b/include/linux/i2c.h
> index 8e25a91..8d87329 100644
> --- a/include/linux/i2c.h
> +++ b/include/linux/i2c.h
> @@ -140,7 +140,7 @@ extern s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client,
> * The driver.owner field should be set to the module owner of this driver.
> * The driver.name field should be set to the name of this driver.
> *
> - * For automatic device detection, both @detect and @address_data must
> + * For automatic device detection, both @detect and @address_list must
> * be defined. @class should also be set, otherwise only devices forced
> * with module parameters will be created. The detect function must
> * fill at least the name field of the i2c_board_info structure it is
Good catch! Applied, thanks.
--
Jean Delvare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-04 7:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03 20:17 [PATCH] i2c: correct struct i2c_driver doc about detection Vivien Didelot
[not found] ` <1349295444-18645-1-git-send-email-vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>
2012-10-04 7:58 ` Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).