On 3/1/22 21:35, Martin K. Petersen wrote:
+ if (get_unaligned_be16(&buffer[2]) >= 2) + sdkp->ndob = buffer[5] & 1; + }
Code like the above is incomprehensible without having access to the corresponding specification. Anyway:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>