lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 9 Jul 2012 21:09:35 +0200 (CEST)
From:	Jesper Juhl <jj@...osbits.net>
To:	dl9pf@....de
cc:	Jan-Simon Möller <jansimon.moeller@....de>,
	Russell King <linux@....linux.org.uk>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Trivial: Fix typo in include/linux/clk.h .

On Mon, 9 Jul 2012, dl9pf@....de wrote:

> From: Jan-Simon Möller <jansimon.moeller@....de>
> 
> Signed-off-by: Jan-Simon Möller <jansimon.moeller@....de>
> Cc: Russell King <linux@....linux.org.uk>
> Cc: linux-kernel@...r.kernel.org
> ---
>  include/linux/clk.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/clk.h b/include/linux/clk.h
> index f7bd858..116172f 100644
> --- a/include/linux/clk.h
> +++ b/include/linux/clk.h
> @@ -123,7 +123,7 @@ static inline void clk_unprepare(struct clk *clk)
>  /**
>   * clk_get - lookup and obtain a reference to a clock producer.
>   * @dev: device for clock "consumer"
> - * @id: clock comsumer ID
> + * @id: clock consumer ID
>   *
>   * Returns a struct clk corresponding to the clock producer, or
>   * valid IS_ERR() condition containing errno.  The implementation
> @@ -140,7 +140,7 @@ struct clk *clk_get(struct device *dev, const char *id);
>  /**
>   * devm_clk_get - lookup and obtain a managed reference to a clock producer.
>   * @dev: device for clock "consumer"
> - * @id: clock comsumer ID
> + * @id: clock consumer ID
>   *
>   * Returns a struct clk corresponding to the clock producer, or
>   * valid IS_ERR() condition containing errno.  The implementation
> 
Looks correct to me :-)

Acked-by: Jesper Juhl <jj@...osbits.net>


-- 
Jesper Juhl <jj@...osbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ