diff options
author | Márton Németh <nm127@freemail.hu> | 2008-09-27 19:32:17 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-09-27 19:32:17 +0200 |
commit | d0eb40628e29c2bb3b5f8242b1d2f50b1a88d9da (patch) | |
tree | fbe19f71d15482fb6778505ced8ff806e65e78f3 /Documentation/ioctl | |
parent | 278ecfb8f4100c0edc2bc77695b591ea16388829 (diff) | |
download | kernel_samsung_smdk4412-d0eb40628e29c2bb3b5f8242b1d2f50b1a88d9da.zip kernel_samsung_smdk4412-d0eb40628e29c2bb3b5f8242b1d2f50b1a88d9da.tar.gz kernel_samsung_smdk4412-d0eb40628e29c2bb3b5f8242b1d2f50b1a88d9da.tar.bz2 |
cdrom: update ioctl documentation
Correct copy-paste problem: CDROMCLOSETRAY is about closing the tray,
not opening it.
Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation/ioctl')
-rw-r--r-- | Documentation/ioctl/cdrom.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ioctl/cdrom.txt b/Documentation/ioctl/cdrom.txt index 62d4af4..59df81c 100644 --- a/Documentation/ioctl/cdrom.txt +++ b/Documentation/ioctl/cdrom.txt @@ -271,14 +271,14 @@ CDROMCLOSETRAY pendant of CDROMEJECT usage: - ioctl(fd, CDROMEJECT, 0); + ioctl(fd, CDROMCLOSETRAY, 0); inputs: none outputs: none error returns: - ENOSYS cd drive not capable of ejecting + ENOSYS cd drive not capable of closing the tray EBUSY other processes are accessing drive, or door is locked notes: |