cosmetic: fix a typo & make bug closure syntax consistent

svn path=/dists/trunk/linux-2.6/; revision=7790
This commit is contained in:
dann frazier 2006-11-13 07:47:45 +00:00
parent 33282d6d22
commit 04ebc6c708
1 changed files with 3 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,7 +1,7 @@
linux-2.6 (2.6.18-6) UNRELEASED; urgency=low
[ maximilian attems ]
* Enable the new ACT modules globaly. They were already set for amd64, hppa
* Enable the new ACT modules globally. They were already set for amd64, hppa
and mips/mipsel - needed by newer iproute2. (closes: #395882)
* Fix msync() for LSB 3.1 compliance, backport fedora patches from 2.6.19
- mm: tracking shared dirty pages
@ -9,14 +9,14 @@ linux-2.6 (2.6.18-6) UNRELEASED; urgency=low
- mm: optimize the new mprotect() code a bit
- mm: small cleanup of install_page()
- mm: fixup do_wp_page()
- mm: msync() cleanup (closes: 394392)
- mm: msync() cleanup (closes: #394392)
[ Steve Langasek ]
* [alpha] new titan-video patch, for compatibility with TITAN and similar
systems with non-standard VGA hose configs
* [alpha] bugfix for srm_env module from upstream (Jan-Benedict Glaw),
makes the module compatible with the current /proc interface so that
reads no longer return EFAULT. Closes: #353079.
reads no longer return EFAULT. (closes: #353079)
* Bump ABI to 3 for the msync fixes above.
[ Martin Michlmayr ]