Skip to content

Commit b698201

Browse files
committed
media: max2175: fix location of driver's companion documentation
There's a missing ".rst" at the doc's file name. Acked-by: Ramesh Shanmugasundaram <Ramesh.shanmugasundaram@bp.renesas.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
1 parent 2ebe0bb commit b698201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/media/i2c/max2175.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ static const struct v4l2_ctrl_ops max2175_ctrl_ops = {
12021202

12031203
/*
12041204
* I2S output enable/disable configuration. This is a private control.
1205-
* Refer to Documentation/media/v4l-drivers/max2175 for more details.
1205+
* Refer to Documentation/media/v4l-drivers/max2175.rst for more details.
12061206
*/
12071207
static const struct v4l2_ctrl_config max2175_i2s_en = {
12081208
.ops = &max2175_ctrl_ops,
@@ -1218,7 +1218,7 @@ static const struct v4l2_ctrl_config max2175_i2s_en = {
12181218

12191219
/*
12201220
* HSLS value control LO freq adjacent location configuration.
1221-
* Refer to Documentation/media/v4l-drivers/max2175 for more details.
1221+
* Refer to Documentation/media/v4l-drivers/max2175.rst for more details.
12221222
*/
12231223
static const struct v4l2_ctrl_config max2175_hsls = {
12241224
.ops = &max2175_ctrl_ops,
@@ -1234,7 +1234,7 @@ static const struct v4l2_ctrl_config max2175_hsls = {
12341234
/*
12351235
* Rx modes below are a set of preset configurations that decides the tuner's
12361236
* sck and sample rate of transmission. They are separate for EU & NA regions.
1237-
* Refer to Documentation/media/v4l-drivers/max2175 for more details.
1237+
* Refer to Documentation/media/v4l-drivers/max2175.rst for more details.
12381238
*/
12391239
static const char * const max2175_ctrl_eu_rx_modes[] = {
12401240
[MAX2175_EU_FM_1_2] = "EU FM 1.2",

0 commit comments

Comments
 (0)