mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
media: wl128x: Fix spelling mistake "Transfered" -> "Transferred"
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]
This commit is contained in:
parent
3cb13e18ee
commit
01d230f52f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user