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]
Message-Id: <20141104162509.15B6CC423D0@trevor.secretlab.ca>
Date:	Tue, 04 Nov 2014 16:25:09 +0000
From:	Grant Likely <grant.likely@...aro.org>
To:	Geert Uytterhoeven <geert+renesas@...der.be>,
	Rob Herring <robh+dt@...nel.org>
Cc:	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	Geert Uytterhoeven <geert+renesas@...der.be>
Subject: Re: [PATCH 4/4] of: Remove spaces before tabs

On Wed, 22 Oct 2014 11:44:55 +0200
, Geert Uytterhoeven <geert+renesas@...der.be>
 wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>

Applied all 4 patches. Thanks.

g.

> ---
>  drivers/of/base.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/drivers/of/base.c b/drivers/of/base.c
> index cff3afcff1951faf..19075e770d8b6306 100644
> --- a/drivers/of/base.c
> +++ b/drivers/of/base.c
> @@ -577,9 +577,9 @@ EXPORT_SYMBOL(of_get_parent);
>   *	of_get_next_parent - Iterate to a node's parent
>   *	@node:	Node to get parent of
>   *
> - * 	This is like of_get_parent() except that it drops the
> - * 	refcount on the passed node, making it suitable for iterating
> - * 	through a node's parents.
> + *	This is like of_get_parent() except that it drops the
> + *	refcount on the passed node, making it suitable for iterating
> + *	through a node's parents.
>   *
>   *	Returns a node pointer with refcount incremented, use
>   *	of_node_put() on it when done.
> @@ -1566,15 +1566,15 @@ EXPORT_SYMBOL(of_parse_phandle);
>   * Example:
>   *
>   * phandle1: node1 {
> - * 	#list-cells = <2>;
> + *	#list-cells = <2>;
>   * }
>   *
>   * phandle2: node2 {
> - * 	#list-cells = <1>;
> + *	#list-cells = <1>;
>   * }
>   *
>   * node3 {
> - * 	list = <&phandle1 1 2 &phandle2 3>;
> + *	list = <&phandle1 1 2 &phandle2 3>;
>   * }
>   *
>   * To get a device_node of the `node2' node you may call this:
> @@ -1615,7 +1615,7 @@ EXPORT_SYMBOL(of_parse_phandle_with_args);
>   * }
>   *
>   * node3 {
> - * 	list = <&phandle1 0 2 &phandle2 2 3>;
> + *	list = <&phandle1 0 2 &phandle2 2 3>;
>   * }
>   *
>   * To get a device_node of the `node2' node you may call this:
> -- 
> 1.9.1
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ