aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
diff options
context:
space:
mode:
authorPhillip Potter <phil@philpotter.co.uk>2022-05-15 21:58:33 +0100
committerJens Axboe <axboe@kernel.dk>2022-05-15 18:31:28 -0600
commit2e10a1d693b9f1c8921bd797838cff0be7cdd537 (patch)
treea2708bd599c4da518519e1ba8e27908ae927dddc /drivers/cdrom
parentblock: remove last remaining traces of IDE documentation (diff)
downloadlinux-dev-2e10a1d693b9f1c8921bd797838cff0be7cdd537.tar.xz
linux-dev-2e10a1d693b9f1c8921bd797838cff0be7cdd537.zip
cdrom: remove obsolete TODO list
The TODO list in drivers/cdrom/cdrom.c has a single entry containing obsolete information, unchanged since the first git commit over 17 years ago, and probably longer. Remove this list from the comment to prevent confusion in future. Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20220515205833.944139-6-phil@philpotter.co.uk Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/cdrom')
-rw-r--r--drivers/cdrom/cdrom.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c
index e43bb071fe92..416f723a2dbb 100644
--- a/drivers/cdrom/cdrom.c
+++ b/drivers/cdrom/cdrom.c
@@ -14,15 +14,6 @@
actually talk to the hardware. Suggestions are welcome.
Patches that work are more welcome though. ;-)
- To Do List:
- ----------------------------------
-
- -- Modify sysctl/proc interface. I plan on having one directory per
- drive, with entries for outputing general drive information, and sysctl
- based tunable parameters such as whether the tray should auto-close for
- that drive. Suggestions (or patches) for this welcome!
-
-
Revision History
----------------------------------
1.00 Date Unknown -- David van Leeuwen <david@tm.tno.nl>