Skip to content

Commit 2eb3c3e

Browse files
Colin Ian Kingbentiss
authored andcommitted
HID: intel-ish-hid: fix spelling mistake "multipe" -> "multiple"
There is a spelling mistake in a dev_err message, fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 91b2281 commit 2eb3c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/intel-ish-hid/ishtp-fw-loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ static int ish_query_loader_prop(struct ishtp_cl_data *client_data,
525525
if ((fw_info->ldr_capability.xfer_mode & LOADER_XFER_MODE_DIRECT_DMA) &&
526526
(fw_info->ldr_capability.max_dma_buf_size % L1_CACHE_BYTES)) {
527527
dev_err(cl_data_to_dev(client_data),
528-
"Shim firmware loader buffer size %d should be multipe of cacheline\n",
528+
"Shim firmware loader buffer size %d should be multiple of cacheline\n",
529529
fw_info->ldr_capability.max_dma_buf_size);
530530
return -EINVAL;
531531
}

0 commit comments

Comments
 (0)