Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1331305 > unrolled thread

Re: [PATCH v1 1/6] mfd: cros_ec: small kerneldoc fix

Started byLee Jones <lee.jones@linaro.org>
First post2016-02-10 17:30 +0100
Last post2016-02-10 17:30 +0100
Articles 1 — 1 participant

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.


Contents

  Re: [PATCH v1 1/6] mfd: cros_ec: small kerneldoc fix Lee Jones <lee.jones@linaro.org> - 2016-02-10 17:30 +0100

#1331305 — Re: [PATCH v1 1/6] mfd: cros_ec: small kerneldoc fix

FromLee Jones <lee.jones@linaro.org>
Date2016-02-10 17:30 +0100
SubjectRe: [PATCH v1 1/6] mfd: cros_ec: small kerneldoc fix
Message-ID<r0FOq-4zg-3@gated-at.bofh.it>
On Fri, 05 Feb 2016, Tomeu Vizoso wrote:

> 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

I'll fix the subject line for you this time.

In future please submit using the format set by the subsystem.

`git log --oneline -- <subsystem>` helps with this.

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web