lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 20 Jul 2017 13:08:46 +0200 (CEST)
From:   Marcus Wolf <marcus.wolf@...f-entwicklungen.de>
To:     Colin King <colin.king@...onical.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        devel@...verdev.osuosl.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: pi433: Fix a couple of spelling mistakes

Reviewed-by: Marcus Wolf <linux@...f-entwicklungen.de>

> Colin King <colin.king@...onical.com> hat am 18. Juli 2017 um 07:40
> geschrieben:
>
>
> From: Colin Ian King <colin.king@...onical.com>
>
> Trivial fix to spelling mistakes in dev_dbg debug messages
>
> "wiat" -> "wait"
> "fonud" -> "found"
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/staging/pi433/pi433_if.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/pi433/pi433_if.c
> b/drivers/staging/pi433/pi433_if.c
> index 1bc478a7f49e..d9328ce5ec1d 100644
> --- a/drivers/staging/pi433/pi433_if.c
> +++ b/drivers/staging/pi433/pi433_if.c
> @@ -618,7 +618,7 @@ pi433_tx_thread(void *data)
> }
>
> /* we are done. Wait for packet to get sent */
> - dev_dbg(device->dev, "thread: wiat for packet to get sent/fifo to be
> empty");
> + dev_dbg(device->dev, "thread: wait for packet to get sent/fifo to be
> empty");
> wait_event_interruptible(device->fifo_wait_queue,
> device->free_in_fifo == FIFO_SIZE ||
> kthread_should_stop() );
> @@ -1101,7 +1101,7 @@ static int pi433_probe(struct spi_device *spi)
> switch(retval)
> {
> case 0x24:
> - dev_dbg(&spi->dev, "fonud pi433 (ver. 0x%x)", retval);
> + dev_dbg(&spi->dev, "found pi433 (ver. 0x%x)", retval);
> break;
> default:
> dev_dbg(&spi->dev, "unknown chip version: 0x%x", retval);
> --
> 2.11.0
>
>

Powered by blists - more mailing lists