Re: [PATCH] documentation: Format button_dev as a pointer.
From: Jonathan Corbet
Date: Wed Jun 01 2022 - 11:34:45 EST
Nelson Penn <nelsonapenn@xxxxxxxxxxxxxx> writes:
> The docs on creating an input device driver have an example in which
> button_dev is a pointer to an input_dev struct. However, in two code
> snippets below, button_dev is used as if it is not a pointer. Make these
> occurrences of button_dev reflect that it is a pointer.
>
> Signed-off-by: Nelson Penn <nelsonapenn@xxxxxxxxxxxxxx>
> ---
> Documentation/input/input-programming.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
jon