> + addr = xp_unaligned_add_offset_to_addr(desc->addr); > + I guess this assignment should simply be combined with the variable declaration. This will shorten the function by an additional two lines of code.
> + addr = xp_unaligned_add_offset_to_addr(desc->addr); > + I guess this assignment should simply be combined with the variable declaration. This will shorten the function by an additional two lines of code.