Re: [PATCH v5] sched: Provide USF for the portable equipment.

From: Greg KH
Date: Wed Aug 05 2020 - 03:57:10 EST


On Wed, Aug 05, 2020 at 03:36:21PM +0800, Dongdong Yang wrote:
> +#define usf_attr_rw(_name) \
> +static struct device_attribute _name = \
> +__ATTR_RW(_name)

I also asked you to use DEVICE_ATTR_RW() and not use "raw" kobjects.

Why you ignore code review is odd...

greg k-h