Re: [PATCH] ufs: core: print capabilities in controller's sysfs node

From: Greg Kroah-Hartman
Date: Thu Jul 28 2022 - 02:50:34 EST


On Thu, Jul 28, 2022 at 02:49:25PM +1000, Daniil Lunev wrote:
> Allows userspace to check supported by the controller/device
> functionality, e.g. write booster.
>
> Signed-off-by: Daniil Lunev <dlunev@xxxxxxxxxxxx>

You have to also document this in Documentation/ABI/ when you add a new
sysfs file. Please do so here.

thanks,

greg k-h