Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: radio-si476x: rectify spelling and grammar

Change 'inaccesable' to 'inaccessible'
Change 'detrmine' to 'determine'
Delete 'in' grammatically

Signed-off-by: Xiaofeng Cao <caoxiaofeng@yulong.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Xiaofeng Cao and committed by
Mauro Carvalho Chehab
30bcc510 3f5b610b

+3 -3
+3 -3
drivers/media/radio/radio-si476x.c
··· 152 152 153 153 /* 154 154 * SI476X during its station seeking(or tuning) process uses several 155 - * parameters to detrmine if "the station" is valid: 155 + * parameters to determine if "the station" is valid: 156 156 * 157 157 * - Signal's SNR(in dBuV) must be lower than 158 158 * #V4L2_CID_SI476X_SNR_THRESHOLD ··· 255 255 * 256 256 * This table holds pointers to functions implementing particular 257 257 * operations depending on the mode in which the tuner chip was 258 - * configured to start in. If the function is not supported 258 + * configured to start. If the function is not supported 259 259 * corresponding element is set to #NULL. 260 260 * 261 261 * @tune_freq: Tune chip to a specific frequency ··· 917 917 case V4L2_CID_RDS_RECEPTION: 918 918 /* 919 919 * It looks like RDS related properties are 920 - * inaccesable when tuner is in AM mode, so cache the 920 + * inaccessible when tuner is in AM mode, so cache the 921 921 * changes 922 922 */ 923 923 if (si476x_core_is_in_am_receiver_mode(radio->core))