Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1327681 > unrolled thread
| Started by | Tomeu Vizoso <tomeu.vizoso@collabora.com> |
|---|---|
| First post | 2016-02-05 14:40 +0100 |
| Last post | 2016-02-05 19:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v1 1/6] mfd: cros_ec: small kerneldoc fix Tomeu Vizoso <tomeu.vizoso@collabora.com> - 2016-02-05 14:40 +0100
Re: [PATCH v1 1/6] mfd: cros_ec: small kerneldoc fix Benson Leung <bleung@chromium.org> - 2016-02-05 19:50 +0100
| From | Tomeu Vizoso <tomeu.vizoso@collabora.com> |
|---|---|
| Date | 2016-02-05 14:40 +0100 |
| Subject | [PATCH v1 1/6] mfd: cros_ec: small kerneldoc fix |
| Message-ID | <qYOMa-P6-11@gated-at.bofh.it> |
s/cros_ec_register/cros_ec_query_all Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> --- include/linux/mfd/cros_ec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h index 494682ce4bf3..a677c2bd485c 100644 --- a/include/linux/mfd/cros_ec.h +++ b/include/linux/mfd/cros_ec.h @@ -245,7 +245,7 @@ int cros_ec_remove(struct cros_ec_device *ec_dev); int cros_ec_register(struct cros_ec_device *ec_dev); /** - * cros_ec_register - Query the protocol version supported by the ChromeOS EC + * cros_ec_query_all - Query the protocol version supported by the ChromeOS EC * * @ec_dev: Device to register * @return 0 if ok, -ve on error -- 2.5.0
[toc] | [next] | [standalone]
| From | Benson Leung <bleung@chromium.org> |
|---|---|
| Date | 2016-02-05 19:50 +0100 |
| Message-ID | <qYTCa-3TO-5@gated-at.bofh.it> |
| In reply to | #1327681 |
On Fri, Feb 5, 2016 at 5:32 AM, Tomeu Vizoso <tomeu.vizoso@collabora.com> wrote: > s/cros_ec_register/cros_ec_query_all > > Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Benson Leung <bleung@chromium.org> > --- > > include/linux/mfd/cros_ec.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h > index 494682ce4bf3..a677c2bd485c 100644 > --- a/include/linux/mfd/cros_ec.h > +++ b/include/linux/mfd/cros_ec.h > @@ -245,7 +245,7 @@ int cros_ec_remove(struct cros_ec_device *ec_dev); > int cros_ec_register(struct cros_ec_device *ec_dev); > > /** > - * cros_ec_register - Query the protocol version supported by the ChromeOS EC > + * cros_ec_query_all - Query the protocol version supported by the ChromeOS EC > * > * @ec_dev: Device to register > * @return 0 if ok, -ve on error > -- > 2.5.0 > -- Benson Leung Senior Software Engineer, Chrom* OS bleung@chromium.org
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web