devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] fdtoverlay: Fix usage string to not mention "<type>"
@ 2023-03-15 10:08 Uwe Kleine-König
       [not found] ` <20230315100819.13387-1-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2023-03-15 10:08 UTC (permalink / raw)
  To: David Gibson, Jon Loeliger
  Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
	devicetree-compiler-u79uwXL29TY76Z2rM5mHXA

fdtoverlay doesn't have a -t option, so explaining the type formats and
modifier prefixes doesn't make much sense.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
---
Hello,

(implicit) v1 was sent nearly a year ago. It wasn't picked up because it
didn't have a Signed-off-by line for me. I didn't add it, because it
wasn't formalized back then. This changed some time ago, so here is an
otherwise unchanged v2.

Best regards
Uwe

 fdtoverlay.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/fdtoverlay.c b/fdtoverlay.c
index 5350af65679f..cac6b6576c28 100644
--- a/fdtoverlay.c
+++ b/fdtoverlay.c
@@ -23,9 +23,7 @@
 /* Usage related data. */
 static const char usage_synopsis[] =
 	"apply a number of overlays to a base blob\n"
-	"	fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]\n"
-	"\n"
-	USAGE_TYPE_MSG;
+	"	fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]";
 static const char usage_short_opts[] = "i:o:v" USAGE_COMMON_SHORT_OPTS;
 static struct option const usage_long_opts[] = {
 	{"input",            required_argument, NULL, 'i'},
-- 
2.39.2


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

* Re: [PATCH v2] fdtoverlay: Fix usage string to not mention "<type>"
       [not found] ` <20230315100819.13387-1-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2023-03-18  2:00   ` David Gibson
  0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2023-03-18  2:00 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Jon Loeliger, kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
	devicetree-compiler-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 1515 bytes --]

On Wed, Mar 15, 2023 at 11:08:19AM +0100, Uwe Kleine-König wrote:
65;7003;1c> fdtoverlay doesn't have a -t option, so explaining the type formats and
> modifier prefixes doesn't make much sense.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

Applied, thanks.

> ---
> Hello,
> 
> (implicit) v1 was sent nearly a year ago. It wasn't picked up because it
> didn't have a Signed-off-by line for me. I didn't add it, because it
> wasn't formalized back then. This changed some time ago, so here is an
> otherwise unchanged v2.
> 
> Best regards
> Uwe
> 
>  fdtoverlay.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/fdtoverlay.c b/fdtoverlay.c
> index 5350af65679f..cac6b6576c28 100644
> --- a/fdtoverlay.c
> +++ b/fdtoverlay.c
> @@ -23,9 +23,7 @@
>  /* Usage related data. */
>  static const char usage_synopsis[] =
>  	"apply a number of overlays to a base blob\n"
> -	"	fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]\n"
> -	"\n"
> -	USAGE_TYPE_MSG;
> +	"	fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]";
>  static const char usage_short_opts[] = "i:o:v" USAGE_COMMON_SHORT_OPTS;
>  static struct option const usage_long_opts[] = {
>  	{"input",            required_argument, NULL, 'i'},

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2023-03-18  2:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 10:08 [PATCH v2] fdtoverlay: Fix usage string to not mention "<type>" Uwe Kleine-König
     [not found] ` <20230315100819.13387-1-u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2023-03-18  2:00   ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).