Re: [PATCH 1/2] dtc: fix missing string in usage_opts_help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Sep 3, 2023, at 7:51 PM, David Gibson david@xxxxxxxxxxxxxxxxxxxxx wrote:

> On Sun, Sep 03, 2023 at 07:00:57PM -0700, Charles Perry wrote:
>> This fixes the output of the `dtc --help` command as the last few
>> entries were offset by one.
>> 
>> Signed-off-by: Charles Perry <charles.perry@xxxxxxxxxxxxxxxxxxxx>
> 
> Good catch, but when I apply this the descriptions still don't line up
> with the correct options.  I think the new entry has been added in the
> wrong order?
> 

Oops! you're right, let me resubmit that patch.

>> ---
>>  dtc.c | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/dtc.c b/dtc.c
>> index d2e4e2b..775d527 100644
>> --- a/dtc.c
>> +++ b/dtc.c
>> @@ -107,6 +107,7 @@ static const char * const usage_opts_help[] = {
>>  	"\n\tEnable generation of symbols",
>>  	"\n\tEnable auto-alias of labels",
>>  	"\n\tAnnotate output .dts with input source file and line (-T -T for more
>>  	details)",
>> +	"\n\tPossibly generates a __local_fixups__ and a __fixups__ node at the root
>> node",
>>  	"\n\tPrint this help and exit",
>>  	"\n\tPrint version and exit",
>>  	NULL,
> 
> --
> 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



[Index of Archives]     [Device Tree]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux