diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2019-06-28 18:23:13 -0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-07-03 21:09:41 +0200 |
| commit | 9b5db89ea4bfdbb23d4f85f3a7fbf2cd36d20146 (patch) | |
| tree | 94d68f0a652ab381412336b968ef36094c182973 /drivers/misc | |
| parent | 69416739ee3692f4ba890f153d9000e865b73c2d (diff) | |
docs: misc-devices: convert files without extension to ReST
Those files are also text files. Convert them to ReST and add
to the misc-files index.rst.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/b7dc829809673bd8cffe0e7bbe9c9308681c6fe2.1561756511.git.mchehab+samsung@kernel.org
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/isl29003.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/isl29003.c b/drivers/misc/isl29003.c index 5d0d0c3bad85..c12406f610d5 100644 --- a/drivers/misc/isl29003.c +++ b/drivers/misc/isl29003.c @@ -3,7 +3,7 @@ * isl29003.c - Linux kernel module for * Intersil ISL29003 ambient light sensor * - * See file:Documentation/misc-devices/isl29003 + * See file:Documentation/misc-devices/isl29003.rst * * Copyright (c) 2009 Daniel Mack <[email protected]> * |