aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2019-04-25 22:49:04 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-30 15:00:30 +0200
commit87b48bbcc33e82162203981f4925f0ce79f69863 (patch)
tree4e33dfee1f05570dbb285cba9b13c5caac4d9ba6 /drivers
parentstaging: most: sound: pass correct device when creating a sound card (diff)
downloadlinux-dev-87b48bbcc33e82162203981f4925f0ce79f69863.tar.xz
linux-dev-87b48bbcc33e82162203981f4925f0ce79f69863.zip
staging: refer to TODO in Kconfig help text
Refer to TODO file instead of driver_name.README that does not seem to be used. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index b770c8c535f4..82f169987455 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -16,8 +16,8 @@ menuconfig STAGING
If you wish to work on these drivers, to help improve them, or
to report problems you have with them, please see the
- driver_name.README file in the drivers/staging/ directory to
- see what needs to be worked on, and who to contact.
+ drivers/staging/<driver_name>/TODO file to see what needs to be
+ worked on, and who to contact.
If in doubt, say N here.