All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] auxdisplay: arm-charlcd: Fix struct charlcd doc line
@ 2018-03-12 23:59 Miguel Ojeda
  2018-03-27 11:24 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ojeda @ 2018-03-12 23:59 UTC (permalink / raw)
  To: triad, linus.walleij, rdunlap, linux-kernel

There was a missing first line and a missing member,
which gave a warning under W=1:

    CC      drivers/auxdisplay/arm-charlcd.o
  drivers/auxdisplay/arm-charlcd.c:57: warning: Cannot understand
   * @dev: a pointer back to containing device on line 57 - I thought
  it was a doc line

Cc: Linus Walleij <triad@df.lth.se>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
---
 drivers/auxdisplay/arm-charlcd.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/auxdisplay/arm-charlcd.c b/drivers/auxdisplay/arm-charlcd.c
index b3176ee92b90..dde180995582 100644
--- a/drivers/auxdisplay/arm-charlcd.c
+++ b/drivers/auxdisplay/arm-charlcd.c
@@ -54,12 +54,14 @@
 #define HD_BUSY_FLAG			0x80U
 
 /**
+ * struct charlcd - Private data structure
  * @dev: a pointer back to containing device
  * @phybase: the offset to the controller in physical memory
  * @physize: the size of the physical page
  * @virtbase: the offset to the controller in virtual memory
  * @irq: reserved interrupt number
  * @complete: completion structure for the last LCD command
+ * @init_work: delayed work structure to initialize the display on boot
  */
 struct charlcd {
 	struct device *dev;
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] auxdisplay: arm-charlcd: Fix struct charlcd doc line
  2018-03-12 23:59 [PATCH v2] auxdisplay: arm-charlcd: Fix struct charlcd doc line Miguel Ojeda
@ 2018-03-27 11:24 ` Linus Walleij
  2018-03-27 11:40   ` Miguel Ojeda
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2018-03-27 11:24 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: Linus Walleij, Randy Dunlap, linux-kernel

On Tue, Mar 13, 2018 at 12:59 AM, Miguel Ojeda
<miguel.ojeda.sandonis@gmail.com> wrote:

> There was a missing first line and a missing member,
> which gave a warning under W=1:
>
>     CC      drivers/auxdisplay/arm-charlcd.o
>   drivers/auxdisplay/arm-charlcd.c:57: warning: Cannot understand
>    * @dev: a pointer back to containing device on line 57 - I thought
>   it was a doc line
>
> Cc: Linus Walleij <triad@df.lth.se>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] auxdisplay: arm-charlcd: Fix struct charlcd doc line
  2018-03-27 11:24 ` Linus Walleij
@ 2018-03-27 11:40   ` Miguel Ojeda
  0 siblings, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2018-03-27 11:40 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linus Walleij, Randy Dunlap, linux-kernel

On Tue, Mar 27, 2018 at 1:24 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Tue, Mar 13, 2018 at 12:59 AM, Miguel Ojeda
> <miguel.ojeda.sandonis@gmail.com> wrote:
>
>> There was a missing first line and a missing member,
>> which gave a warning under W=1:
>>
>>     CC      drivers/auxdisplay/arm-charlcd.o
>>   drivers/auxdisplay/arm-charlcd.c:57: warning: Cannot understand
>>    * @dev: a pointer back to containing device on line 57 - I thought
>>   it was a doc line
>>
>> Cc: Linus Walleij <triad@df.lth.se>
>> Cc: Randy Dunlap <rdunlap@infradead.org>
>> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Thanks Linus.

Cheers,
Miguel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-27 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-12 23:59 [PATCH v2] auxdisplay: arm-charlcd: Fix struct charlcd doc line Miguel Ojeda
2018-03-27 11:24 ` Linus Walleij
2018-03-27 11:40   ` Miguel Ojeda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.