Re: [PATCH -next] xen: Use DEVICE_ATTR_*() macro

2021-07-05 Thread Juergen Gross
On 26.05.21 16:10, YueHaibing wrote: Use DEVICE_ATTR_*() helper instead of plain DEVICE_ATTR(), which makes the code a bit shorter and easier to read. Signed-off-by: YueHaibing Pushed to xen/tip.git for-linus-5.14 Juergen OpenPGP_0xB0DE9DD628BF132F.asc Description: OpenPGP public key Op

Re: [PATCH -next] xen: Use DEVICE_ATTR_*() macro

2021-05-26 Thread Boris Ostrovsky
On 5/26/21 10:10 AM, YueHaibing wrote: > Use DEVICE_ATTR_*() helper instead of plain DEVICE_ATTR(), > which makes the code a bit shorter and easier to read. > > Signed-off-by: YueHaibing Reviewed-by: Boris Ostrovsky