Skip to content

Commit 01d230f

Browse files
ColinIanKingHans Verkuil
authored andcommitted
media: wl128x: Fix spelling mistake "Transfered" -> "Transferred"
There is a spelling mistake in a fmdbg message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> [hverkuil: split overly long line over two lines]
1 parent 3cb13e1 commit 01d230f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/media/radio/wl128x/fmdrv_common.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,8 @@ static int fm_download_firmware(struct fmdev *fmdev, const u8 *fw_name)
12821282
fw_data += (sizeof(struct bts_action) + (action->size));
12831283
fw_len -= (sizeof(struct bts_action) + (action->size));
12841284
}
1285-
fmdbg("Transfered only %d of %d bytes of the firmware to chip\n", fw_entry->size - fw_len, fw_entry->size);
1285+
fmdbg("Transferred only %d of %d bytes of the firmware to chip\n",
1286+
fw_entry->size - fw_len, fw_entry->size);
12861287
rel_fw:
12871288
release_firmware(fw_entry);
12881289
clear_bit(FM_FW_DW_INPROGRESS, &fmdev->flag);

0 commit comments

Comments
 (0)