Re: [RFC PATCH v3 3/8] drivers: base: add linear ranges helpers

From: Vaittinen, Matti
Date: Thu Feb 20 2020 - 03:34:42 EST


Thanks for taking a look at this Randy :) Highly appreciated.

On Wed, 2020-02-19 at 23:47 -0800, Randy Dunlap wrote:
> Hi,
> Here are some kernel-doc comments for you:

I agreed with all the comments - I'll fix them for next version.

> On 2/19/20 11:35 PM, Matti Vaittinen wrote:
> > ---
> > drivers/base/Kconfig | 3 +
> > drivers/base/Makefile | 1 +
> > drivers/base/linear_ranges.c | 246
> > +++++++++++++++++++++++++++++++++++
> > include/linux/linear_range.h | 48 +++++++
> > 4 files changed, 298 insertions(+)
> > create mode 100644 drivers/base/linear_ranges.c
> > create mode 100644 include/linux/linear_range.h
> > diff --git a/drivers/base/linear_ranges.c
> > b/drivers/base/linear_ranges.c
> > new file mode 100644
> > index 000000000000..5fa3b96bf2b8
> > --- /dev/null
> > +++ b/drivers/base/linear_ranges.c


Best Regards,
Matti Vaittinen