media: wl128x: Fix spelling mistake "Transfered" -> "Transferred"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 30 Jun 2023 07:57:44 +0000 (08:57 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 19 Jul 2023 10:57:48 +0000 (12:57 +0200)
There is a spelling mistake in a fmdbg message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: split overly long line over two lines]

drivers/media/radio/wl128x/fmdrv_common.c

index b31b7ed..3da8e51 100644 (file)
@@ -1282,7 +1282,8 @@ static int fm_download_firmware(struct fmdev *fmdev, const u8 *fw_name)
                fw_data += (sizeof(struct bts_action) + (action->size));
                fw_len -= (sizeof(struct bts_action) + (action->size));
        }
-       fmdbg("Transfered only %d of %d bytes of the firmware to chip\n", fw_entry->size - fw_len, fw_entry->size);
+       fmdbg("Transferred only %d of %d bytes of the firmware to chip\n",
+             fw_entry->size - fw_len, fw_entry->size);
 rel_fw:
        release_firmware(fw_entry);
        clear_bit(FM_FW_DW_INPROGRESS, &fmdev->flag);