Commit 30bcc510 authored by Xiaofeng Cao's avatar Xiaofeng Cao Committed by Mauro Carvalho Chehab

media: radio-si476x: rectify spelling and grammar

Change 'inaccesable' to 'inaccessible'
Change 'detrmine' to 'determine'
Delete 'in' grammatically
Signed-off-by: default avatarXiaofeng Cao <caoxiaofeng@yulong.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 3f5b610b
...@@ -152,7 +152,7 @@ static struct v4l2_ctrl_config si476x_ctrls[] = { ...@@ -152,7 +152,7 @@ static struct v4l2_ctrl_config si476x_ctrls[] = {
/* /*
* SI476X during its station seeking(or tuning) process uses several * SI476X during its station seeking(or tuning) process uses several
* parameters to detrmine if "the station" is valid: * parameters to determine if "the station" is valid:
* *
* - Signal's SNR(in dBuV) must be lower than * - Signal's SNR(in dBuV) must be lower than
* #V4L2_CID_SI476X_SNR_THRESHOLD * #V4L2_CID_SI476X_SNR_THRESHOLD
...@@ -255,7 +255,7 @@ struct si476x_radio; ...@@ -255,7 +255,7 @@ struct si476x_radio;
* *
* This table holds pointers to functions implementing particular * This table holds pointers to functions implementing particular
* operations depending on the mode in which the tuner chip was * operations depending on the mode in which the tuner chip was
* configured to start in. If the function is not supported * configured to start. If the function is not supported
* corresponding element is set to #NULL. * corresponding element is set to #NULL.
* *
* @tune_freq: Tune chip to a specific frequency * @tune_freq: Tune chip to a specific frequency
...@@ -917,7 +917,7 @@ static int si476x_radio_s_ctrl(struct v4l2_ctrl *ctrl) ...@@ -917,7 +917,7 @@ static int si476x_radio_s_ctrl(struct v4l2_ctrl *ctrl)
case V4L2_CID_RDS_RECEPTION: case V4L2_CID_RDS_RECEPTION:
/* /*
* It looks like RDS related properties are * It looks like RDS related properties are
* inaccesable when tuner is in AM mode, so cache the * inaccessible when tuner is in AM mode, so cache the
* changes * changes
*/ */
if (si476x_core_is_in_am_receiver_mode(radio->core)) if (si476x_core_is_in_am_receiver_mode(radio->core))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment