diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:18 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:18 -0500 |
commit | cc6dbef25273f032d2b580bd0519ea950cb7cb83 (patch) | |
tree | 016a6974e3f92d024856918507d8600b0ca7e9e1 | |
parent | eba15fba1f046d25c663d294fc919ab59cec3e9c (diff) |
ide-cd: fix trailing whitespaces in changelog
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r-- | drivers/ide/ide-cd.c | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c index c638d057f910..591768c8ba0b 100644 --- a/drivers/ide/ide-cd.c +++ b/drivers/ide/ide-cd.c | |||
@@ -129,16 +129,15 @@ | |||
129 | * 3.14 May 29, 1996 -- Add work-around for Vertos 600. | 129 | * 3.14 May 29, 1996 -- Add work-around for Vertos 600. |
130 | * (From Hennus Bergman <hennus@sky.ow.nl>.) | 130 | * (From Hennus Bergman <hennus@sky.ow.nl>.) |
131 | * 3.15 July 2, 1996 -- Added support for Sanyo 3 CD changers | 131 | * 3.15 July 2, 1996 -- Added support for Sanyo 3 CD changers |
132 | * from Ben Galliart <bgallia@luc.edu> with | 132 | * from Ben Galliart <bgallia@luc.edu> with |
133 | * special help from Jeff Lightfoot | 133 | * special help from Jeff Lightfoot |
134 | * <jeffml@pobox.com> | 134 | * <jeffml@pobox.com> |
135 | * 3.15a July 9, 1996 -- Improved Sanyo 3 CD changer identification | 135 | * 3.15a July 9, 1996 -- Improved Sanyo 3 CD changer identification |
136 | * 3.16 Jul 28, 1996 -- Fix from Gadi to reduce kernel stack usage for ioctl. | 136 | * 3.16 Jul 28, 1996 -- Fix from Gadi to reduce kernel stack usage for ioctl. |
137 | * 3.17 Sep 17, 1996 -- Tweak audio reads for some drives. | 137 | * 3.17 Sep 17, 1996 -- Tweak audio reads for some drives. |
138 | * Start changing CDROMLOADFROMSLOT to CDROM_SELECT_DISC. | 138 | * Start changing CDROMLOADFROMSLOT to CDROM_SELECT_DISC. |
139 | * 3.18 Oct 31, 1996 -- Added module and DMA support. | 139 | * 3.18 Oct 31, 1996 -- Added module and DMA support. |
140 | * | 140 | * |
141 | * | ||
142 | * 4.00 Nov 5, 1996 -- New ide-cd maintainer, | 141 | * 4.00 Nov 5, 1996 -- New ide-cd maintainer, |
143 | * Erik B. Andersen <andersee@debian.org> | 142 | * Erik B. Andersen <andersee@debian.org> |
144 | * -- Newer Creative drives don't always set the error | 143 | * -- Newer Creative drives don't always set the error |
@@ -153,8 +152,8 @@ | |||
153 | * -- Add some probes of drive capability during setup. | 152 | * -- Add some probes of drive capability during setup. |
154 | * | 153 | * |
155 | * 4.01 Nov 11, 1996 -- Split into ide-cd.c and ide-cd.h | 154 | * 4.01 Nov 11, 1996 -- Split into ide-cd.c and ide-cd.h |
156 | * -- Removed CDROMMECHANISMSTATUS and CDROMSLOTTABLE | 155 | * -- Removed CDROMMECHANISMSTATUS and CDROMSLOTTABLE |
157 | * ioctls in favor of a generalized approach | 156 | * ioctls in favor of a generalized approach |
158 | * using the generic cdrom driver. | 157 | * using the generic cdrom driver. |
159 | * -- Fully integrated with the 2.1.X kernel. | 158 | * -- Fully integrated with the 2.1.X kernel. |
160 | * -- Other stuff that I forgot (lots of changes) | 159 | * -- Other stuff that I forgot (lots of changes) |
@@ -163,7 +162,7 @@ | |||
163 | * to fix the drive door locking problems. | 162 | * to fix the drive door locking problems. |
164 | * | 163 | * |
165 | * 4.03 Dec 04, 1996 -- Added DSC overlap support. | 164 | * 4.03 Dec 04, 1996 -- Added DSC overlap support. |
166 | * 4.04 Dec 29, 1996 -- Added CDROMREADRAW ioclt based on patch | 165 | * 4.04 Dec 29, 1996 -- Added CDROMREADRAW ioclt based on patch |
167 | * by Ales Makarov (xmakarov@sun.felk.cvut.cz) | 166 | * by Ales Makarov (xmakarov@sun.felk.cvut.cz) |
168 | * | 167 | * |
169 | * 4.05 Nov 20, 1997 -- Modified to print more drive info on init | 168 | * 4.05 Nov 20, 1997 -- Modified to print more drive info on init |
@@ -186,7 +185,7 @@ | |||
186 | * -- Cleaned up the global namespace a bit by making more | 185 | * -- Cleaned up the global namespace a bit by making more |
187 | * functions static that should already have been. | 186 | * functions static that should already have been. |
188 | * 4.11 Mar 12, 1998 -- Added support for the CDROM_SELECT_SPEED ioctl | 187 | * 4.11 Mar 12, 1998 -- Added support for the CDROM_SELECT_SPEED ioctl |
189 | * based on a patch for 2.0.33 by Jelle Foks | 188 | * based on a patch for 2.0.33 by Jelle Foks |
190 | * <jelle@scintilla.utwente.nl>, a patch for 2.0.33 | 189 | * <jelle@scintilla.utwente.nl>, a patch for 2.0.33 |
191 | * by Toni Giorgino <toni@pcape2.pi.infn.it>, the SCSI | 190 | * by Toni Giorgino <toni@pcape2.pi.infn.it>, the SCSI |
192 | * version, and my own efforts. -erik | 191 | * version, and my own efforts. -erik |
@@ -194,8 +193,8 @@ | |||
194 | * inform me of where "Illegal mode for this track" | 193 | * inform me of where "Illegal mode for this track" |
195 | * was never returned due to a comparison on data | 194 | * was never returned due to a comparison on data |
196 | * types of limited range. | 195 | * types of limited range. |
197 | * 4.12 Mar 29, 1998 -- Fixed bug in CDROM_SELECT_SPEED so write speed is | 196 | * 4.12 Mar 29, 1998 -- Fixed bug in CDROM_SELECT_SPEED so write speed is |
198 | * now set ionly for CD-R and CD-RW drives. I had | 197 | * now set ionly for CD-R and CD-RW drives. I had |
199 | * removed this support because it produced errors. | 198 | * removed this support because it produced errors. |
200 | * It produced errors _only_ for non-writers. duh. | 199 | * It produced errors _only_ for non-writers. duh. |
201 | * 4.13 May 05, 1998 -- Suppress useless "in progress of becoming ready" | 200 | * 4.13 May 05, 1998 -- Suppress useless "in progress of becoming ready" |
@@ -206,7 +205,7 @@ | |||
206 | * since the .pdf version doesn't seem to work... | 205 | * since the .pdf version doesn't seem to work... |
207 | * -- Updated the TODO list to something more current. | 206 | * -- Updated the TODO list to something more current. |
208 | * | 207 | * |
209 | * 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect mechine endianess, | 208 | * 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect mechine endianess, |
210 | * patch thanks to "Eddie C. Dost" <ecd@skynet.be> | 209 | * patch thanks to "Eddie C. Dost" <ecd@skynet.be> |
211 | * | 210 | * |
212 | * 4.50 Oct 19, 1998 -- New maintainers! | 211 | * 4.50 Oct 19, 1998 -- New maintainers! |
@@ -270,7 +269,7 @@ | |||
270 | * - Mode sense and mode select moved to the | 269 | * - Mode sense and mode select moved to the |
271 | * Uniform layer. | 270 | * Uniform layer. |
272 | * - Fixed a problem with WPI CDS-32X drive - it | 271 | * - Fixed a problem with WPI CDS-32X drive - it |
273 | * failed the capabilities | 272 | * failed the capabilities |
274 | * | 273 | * |
275 | * 4.57 Apr 7, 2000 - Fixed sense reporting. | 274 | * 4.57 Apr 7, 2000 - Fixed sense reporting. |
276 | * - Fixed possible oops in ide_cdrom_get_last_session() | 275 | * - Fixed possible oops in ide_cdrom_get_last_session() |