diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2019-04-25 22:49:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-30 16:00:30 +0300 |
commit | 87b48bbcc33e82162203981f4925f0ce79f69863 (patch) | |
tree | 4e33dfee1f05570dbb285cba9b13c5caac4d9ba6 /drivers/staging/Kconfig | |
parent | 98592c1faca82a9024a64e4ecead68b19f81c299 (diff) | |
download | linux-87b48bbcc33e82162203981f4925f0ce79f69863.tar.xz |
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/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 4 |
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. |