Skip to content

Commit 16af535

Browse files
Colin Ian Kinggregkh
authored andcommitted
misc: gehc-achc: Fix spelling mistake "Verfication" -> "Verification"
There is a spelling mistake in a dev_dbg debug message. Fix it. Reviewed-by: Sebastian Reichel <[email protected]> Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3683b76 commit 16af535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/gehc-achc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ static int ezport_flash_compare(struct spi_device *spi, u32 address,
280280
ret = memcmp(payload, buffer + 4 + 1, payload_size);
281281
if (ret) {
282282
ret = -EBADMSG;
283-
dev_dbg(&spi->dev, "Verfication failure @ %06x", address);
283+
dev_dbg(&spi->dev, "Verification failure @ %06x", address);
284284
print_hex_dump_bytes("fw: ", DUMP_PREFIX_OFFSET, payload, payload_size);
285285
print_hex_dump_bytes("dev: ", DUMP_PREFIX_OFFSET, buffer + 4, payload_size);
286286
}

0 commit comments

Comments
 (0)