Re: [PATCH] device property: Fix the description of struct fwnode_operations

2019-10-11 Thread Rafael J. Wysocki
On Tuesday, October 8, 2019 4:03:06 PM CEST Andy Shevchenko wrote: > On Tue, Oct 08, 2019 at 04:26:06PM +0300, Heikki Krogerus wrote: > > Adding description for the device_is_available member which > > was missing, and fixing the description of the member > > property_read_int_array. > > Reviewed-

Re: [PATCH] device property: Fix the description of struct fwnode_operations

2019-10-08 Thread Andy Shevchenko
On Tue, Oct 08, 2019 at 04:26:06PM +0300, Heikki Krogerus wrote: > Adding description for the device_is_available member which > was missing, and fixing the description of the member > property_read_int_array. Reviewed-by: Andy Shevchenko > > Signed-off-by: Heikki Krogerus > --- > include/lin

[PATCH] device property: Fix the description of struct fwnode_operations

2019-10-08 Thread Heikki Krogerus
Adding description for the device_is_available member which was missing, and fixing the description of the member property_read_int_array. Signed-off-by: Heikki Krogerus --- include/linux/fwnode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/fwnode.h b/