All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial] of/overlay: Grammar s/an negative/a negative/
@ 2015-05-21 12:10 ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-05-21 12:10 UTC (permalink / raw)
  To: Pantelis Antoniou, Grant Likely, Rob Herring, Jiri Kosina
  Cc: devicetree, linux-kernel, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/of/overlay.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c
index 9af4d8de91792cb3..8fb906d4cdecfa4f 100644
--- a/drivers/of/overlay.c
+++ b/drivers/of/overlay.c
@@ -442,7 +442,7 @@ static struct kset *ov_kset;
  * of the overlay in a list. This list can be used to prevent
  * illegal overlay removals.
  *
- * Returns the id of the created overlay, or an negative error number
+ * Returns the id of the created overlay, or a negative error number
  */
 int of_overlay_create(struct device_node *tree)
 {
@@ -607,7 +607,7 @@ static int overlay_removal_is_ok(struct of_overlay *ov)
  *
  * Removes an overlay if it is permissible.
  *
- * Returns 0 on success, or an negative error number
+ * Returns 0 on success, or a negative error number
  */
 int of_overlay_destroy(int id)
 {
@@ -656,7 +656,7 @@ EXPORT_SYMBOL_GPL(of_overlay_destroy);
  *
  * Removes all overlays from the system in the correct order.
  *
- * Returns 0 on success, or an negative error number
+ * Returns 0 on success, or a negative error number
  */
 int of_overlay_destroy_all(void)
 {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH trivial] of/overlay: Grammar s/an negative/a negative/
@ 2015-05-21 12:10 ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-05-21 12:10 UTC (permalink / raw)
  To: Pantelis Antoniou, Grant Likely, Rob Herring, Jiri Kosina
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
 drivers/of/overlay.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c
index 9af4d8de91792cb3..8fb906d4cdecfa4f 100644
--- a/drivers/of/overlay.c
+++ b/drivers/of/overlay.c
@@ -442,7 +442,7 @@ static struct kset *ov_kset;
  * of the overlay in a list. This list can be used to prevent
  * illegal overlay removals.
  *
- * Returns the id of the created overlay, or an negative error number
+ * Returns the id of the created overlay, or a negative error number
  */
 int of_overlay_create(struct device_node *tree)
 {
@@ -607,7 +607,7 @@ static int overlay_removal_is_ok(struct of_overlay *ov)
  *
  * Removes an overlay if it is permissible.
  *
- * Returns 0 on success, or an negative error number
+ * Returns 0 on success, or a negative error number
  */
 int of_overlay_destroy(int id)
 {
@@ -656,7 +656,7 @@ EXPORT_SYMBOL_GPL(of_overlay_destroy);
  *
  * Removes all overlays from the system in the correct order.
  *
- * Returns 0 on success, or an negative error number
+ * Returns 0 on success, or a negative error number
  */
 int of_overlay_destroy_all(void)
 {
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH trivial] of/overlay: Grammar s/an negative/a negative/
  2015-05-21 12:10 ` Geert Uytterhoeven
  (?)
@ 2015-05-29 14:59 ` Rob Herring
  -1 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2015-05-29 14:59 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Pantelis Antoniou, Grant Likely, Rob Herring, Jiri Kosina,
	devicetree, linux-kernel

On Thu, May 21, 2015 at 7:10 AM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied, thanks.

Rob

> ---
>  drivers/of/overlay.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c
> index 9af4d8de91792cb3..8fb906d4cdecfa4f 100644
> --- a/drivers/of/overlay.c
> +++ b/drivers/of/overlay.c
> @@ -442,7 +442,7 @@ static struct kset *ov_kset;
>   * of the overlay in a list. This list can be used to prevent
>   * illegal overlay removals.
>   *
> - * Returns the id of the created overlay, or an negative error number
> + * Returns the id of the created overlay, or a negative error number
>   */
>  int of_overlay_create(struct device_node *tree)
>  {
> @@ -607,7 +607,7 @@ static int overlay_removal_is_ok(struct of_overlay *ov)
>   *
>   * Removes an overlay if it is permissible.
>   *
> - * Returns 0 on success, or an negative error number
> + * Returns 0 on success, or a negative error number
>   */
>  int of_overlay_destroy(int id)
>  {
> @@ -656,7 +656,7 @@ EXPORT_SYMBOL_GPL(of_overlay_destroy);
>   *
>   * Removes all overlays from the system in the correct order.
>   *
> - * Returns 0 on success, or an negative error number
> + * Returns 0 on success, or a negative error number
>   */
>  int of_overlay_destroy_all(void)
>  {
> --
> 1.9.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-29 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 12:10 [PATCH trivial] of/overlay: Grammar s/an negative/a negative/ Geert Uytterhoeven
2015-05-21 12:10 ` Geert Uytterhoeven
2015-05-29 14:59 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.