qcacmn: spectral: Fix misspelling of 'transferred'

Address the following issue in the spectral folder:
CHECK: 'transfered' may be misspelled - perhaps 'transferred'?

Change-Id: I23b710b4462f3ecc6f14fab54689a1064a716bf7
CRs-Fixed: 2241583
Этот коммит содержится в:
Jeff Johnson
2018-05-12 12:03:23 -07:00
коммит произвёл nshrivas
родитель 5d4bd11421
Коммит 413b6224e7

Просмотреть файл

@@ -1210,7 +1210,7 @@ target_if_dump_fft_report_gen3(struct target_if_spectral *spectral,
fft_bin_len);
if ((spectral->params.ss_rpt_mode == 2) &&
spectral->inband_fftbin_size_adj) {
spectral_debug("FW fftbins actually transfered (in-band report mode) "
spectral_debug("FW fftbins actually transferred (in-band report mode) "
"%d(0x%x)",
fft_bin_len_inband_tfer, fft_bin_len_inband_tfer);
}