Re: [PATCH v4 0/2] Add an API for edac device, for mulriple errors

From: Robert Richter
Date: Tue Sep 24 2019 - 02:35:08 EST


On 23.09.19 20:17:39, Hanna Hawa wrote:
> Add an API for EDAC device to report for multiple errors, and move the
> old report function to use the new API.
>
> Changes from v3:
> ----------------
> - Move count check to inline function
> - Fix count variable describtion
> (Reported-by: kbuild test robot <lkp@xxxxxxxxx>)

Looks good to me. If another respin happens, please fix the 80 char
limitation for the static inline functions, you could line break after
the type definition.

Thanks,

-Robert