Re: [PATCH] fixed typo in onewire generic doc

From: Jonathan Corbet
Date: Tue Dec 19 2017 - 16:45:37 EST


On Tue, 19 Dec 2017 22:33:32 +0100
Gergo Huszty <huszty.gergo@xxxxxxxxxxxxxx> wrote:

> Signed-off-by: Gergo Huszty <huszty.gergo@xxxxxxxxxxxxxx>
> ---
> Documentation/w1/w1.generic | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/w1/w1.generic b/Documentation/w1/w1.generic
> index b3ffaf8cfab2..9e5b542305f0 100644
> --- a/Documentation/w1/w1.generic
> +++ b/Documentation/w1/w1.generic
> @@ -76,7 +76,7 @@ See struct w1_bus_master definition in w1.h for details.
>
> w1 master sysfs interface
> ------------------------------------------------------------------
> -<xx-xxxxxxxxxxxxx> - A directory for a found device. The format is family-serial
> +<xx-xxxxxxxxxxxx> - A directory for a found device. The format is family-serial
> bus - (standard) symlink to the w1 bus
> driver - (standard) symlink to the w1 driver
> w1_master_add - (rw) manually register a slave device


I hate to be picky, but...could I ask you to resubmit this with:

- A changelog describing the nature of the problem you're fixing

- An added space preserving the alignment of the description with the
following lines?

Thanks,

jon