On Mon, Jul 3, 2023, at 16:17, Dan Carpenter wrote: > We are deliberately copying both ba_high and ba_low so use a struct > group to make that clear. Otherwise static checkers like Smatch and > Clang complain that we are copying beyond the end of the ba_low struct > member. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>