From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Thompson Date: Thu, 25 Jun 2020 09:28:28 +0000 Subject: Re: [PATCH 2/8] backlight: lcd: Add missing kerneldoc entry for 'struct device parent' Message-Id: <20200625092828.2cpdofvor6ehhbwh@holly.lan> List-Id: References: <20200624145721.2590327-1-lee.jones@linaro.org> <20200624145721.2590327-3-lee.jones@linaro.org> In-Reply-To: <20200624145721.2590327-3-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Lee Jones Cc: linux-fbdev@vger.kernel.org, Andrew Zabolotny , Bartlomiej Zolnierkiewicz , jingoohan1@gmail.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jamey Hicks , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org On Wed, Jun 24, 2020 at 03:57:15PM +0100, Lee Jones wrote: > This has been missing since the conversion to 'struct device' in 2007. > > Cc: > Cc: Bartlomiej Zolnierkiewicz > Cc: Jamey Hicks > Cc: Andrew Zabolotny > Signed-off-by: Lee Jones Reviewed-by: Daniel Thompson > --- > drivers/video/backlight/lcd.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/video/backlight/lcd.c b/drivers/video/backlight/lcd.c > index 78b0333586258..db56e465aaff3 100644 > --- a/drivers/video/backlight/lcd.c > +++ b/drivers/video/backlight/lcd.c > @@ -179,6 +179,7 @@ ATTRIBUTE_GROUPS(lcd_device); > * lcd_device_register - register a new object of lcd_device class. > * @name: the name of the new object(must be the same as the name of the > * respective framebuffer device). > + * @parent: pointer to the parent's struct device . > * @devdata: an optional pointer to be stored in the device. The > * methods may retrieve it by using lcd_get_data(ld). > * @ops: the lcd operations structure. > -- > 2.25.1 >