2021-08-15 21:43:16

by Colin King

[permalink] [raw]
Subject: [PATCH][next] misc: gehc-achc: Fix spelling mistake "Verfication" -> "Verification"

From: Colin Ian King <[email protected]>

There is a spelling mistake in a dev_dbg debug message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/misc/gehc-achc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/gehc-achc.c b/drivers/misc/gehc-achc.c
index 891d9a214454..02f33bc60c56 100644
--- a/drivers/misc/gehc-achc.c
+++ b/drivers/misc/gehc-achc.c
@@ -280,7 +280,7 @@ static int ezport_flash_compare(struct spi_device *spi, u32 address,
ret = memcmp(payload, buffer + 4 + 1, payload_size);
if (ret) {
ret = -EBADMSG;
- dev_dbg(&spi->dev, "Verfication failure @ %06x", address);
+ dev_dbg(&spi->dev, "Verification failure @ %06x", address);
print_hex_dump_bytes("fw: ", DUMP_PREFIX_OFFSET, payload, payload_size);
print_hex_dump_bytes("dev: ", DUMP_PREFIX_OFFSET, buffer + 4, payload_size);
}
--
2.32.0


2021-08-15 22:08:28

by Sebastian Reichel

[permalink] [raw]
Subject: Re: [PATCH][next] misc: gehc-achc: Fix spelling mistake "Verfication" -> "Verification"

Hi,

On Sun, Aug 15, 2021 at 10:42:06PM +0100, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a dev_dbg debug message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

Reviewed-by: Sebastian Reichel <[email protected]>

-- Sebastian

> ---
> drivers/misc/gehc-achc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/gehc-achc.c b/drivers/misc/gehc-achc.c
> index 891d9a214454..02f33bc60c56 100644
> --- a/drivers/misc/gehc-achc.c
> +++ b/drivers/misc/gehc-achc.c
> @@ -280,7 +280,7 @@ static int ezport_flash_compare(struct spi_device *spi, u32 address,
> ret = memcmp(payload, buffer + 4 + 1, payload_size);
> if (ret) {
> ret = -EBADMSG;
> - dev_dbg(&spi->dev, "Verfication failure @ %06x", address);
> + dev_dbg(&spi->dev, "Verification failure @ %06x", address);
> print_hex_dump_bytes("fw: ", DUMP_PREFIX_OFFSET, payload, payload_size);
> print_hex_dump_bytes("dev: ", DUMP_PREFIX_OFFSET, buffer + 4, payload_size);
> }
> --
> 2.32.0
>


Attachments:
(No filename) (1.10 kB)
signature.asc (849.00 B)
Download all attachments