On 11/25/22 18:26, Adrian Moreno wrote:
> 
> 
> On 5/24/22 15:04, mit...@outlook.com wrote:
>> From: Lin Huang <linhu...@ruijie.com.cn>
>>
>> Fix comment typo.
>>
>> Signed-off-by: Lin Huang <linhu...@ruijie.com.cn>
>> ---
>>   lib/ofp-msgs.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/ofp-msgs.c b/lib/ofp-msgs.c
>> index 93aa81297..fdb898064 100644
>> --- a/lib/ofp-msgs.c
>> +++ b/lib/ofp-msgs.c
>> @@ -148,7 +148,7 @@ struct raw_instance {
>>   /* Information about a particular 'enum ofpraw'. */
>>   struct raw_info {
>>       /* All possible instantiations of this OFPRAW_* into OpenFlow headers. 
>> */
>> -    struct raw_instance *instances; /* min_version - max_version + 1 elems. 
>> */
>> +    struct raw_instance *instances; /* max_version - min_version + 1 elems. 
>> */
>>       uint8_t min_version;
>>       uint8_t max_version;
>>  
> 
> Good catch!
> Acked-by: Adrian Moreno <amore...@redhat.com>

Applied.  Thanks!

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to