Message ID | 20190923191741.29322-1-hhhawa@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | Add an API for edac device, for mulriple errors | expand |
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@intel.com>) 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