Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8648
b: refs/heads/master
c: 860e1d6
h: refs/heads/master
v: v3
  • Loading branch information
Robert Love authored and Greg Kroah-Hartman committed Sep 9, 2005
1 parent 7f9282d commit 4c7e642
Show file tree
Hide file tree
Showing 1,129 changed files with 34,313 additions and 55,082 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d3ef7461c2460c1bc02c63279b638fae80bba37
refs/heads/master: 860e1d6b46bd4cbc67d8d065f0f682143513382f
4 changes: 2 additions & 2 deletions trunk/COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -321,7 +321,7 @@ the "copyright" line and a pointer to where the full notice is found.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


Also add information on how to contact you by electronic and paper mail.
Expand Down
4 changes: 1 addition & 3 deletions trunk/Documentation/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ SubmittingPatches
- procedure to get a source patch included into the kernel tree.
VGA-softcursor.txt
- how to change your VGA cursor from a blinking underscore.
applying-patches.txt
- description of various trees and how to apply their patches.
arm/
- directory with info about Linux on the ARM architecture.
basic_profiling.txt
Expand Down Expand Up @@ -277,7 +275,7 @@ tty.txt
unicode.txt
- info on the Unicode character/font mapping used in Linux.
uml/
- directory with information about User Mode Linux.
- directory with infomation about User Mode Linux.
usb/
- directory with info regarding the Universal Serial Bus.
video4linux/
Expand Down
3 changes: 0 additions & 3 deletions trunk/Documentation/CodingStyle
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ ugly), but try to avoid excess. Instead, put the comments at the head
of the function, telling people what it does, and possibly WHY it does
it.

When commenting the kernel API functions, please use the kerneldoc format.
See the files Documentation/kernel-doc-nano-HOWTO.txt and scripts/kernel-doc
for details.

Chapter 8: You've made a mess of it

Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/DMA-API.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pool's device.
dma_addr_t addr);

This puts memory back into the pool. The pool is what was passed to
the pool allocation routine; the cpu and dma addresses are what
the the pool allocation routine; the cpu and dma addresses are what
were returned when that routine allocated the memory being freed.


Expand Down
151 changes: 0 additions & 151 deletions trunk/Documentation/DMA-ISA-LPC.txt

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/Documentation/DocBook/journal-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ filesystem. Almost.

You still need to actually journal your filesystem changes, this
is done by wrapping them into transactions. Additionally you
also need to wrap the modification of each of the buffers
also need to wrap the modification of each of the the buffers
with calls to the journal layer, so it knows what the modifications
you are actually making are. To do this use journal_start() which
returns a transaction handle.
Expand All @@ -128,7 +128,7 @@ and its counterpart journal_stop(), which indicates the end of a transaction
are nestable calls, so you can reenter a transaction if necessary,
but remember you must call journal_stop() the same number of times as
journal_start() before the transaction is completed (or more accurately
leaves the update phase). Ext3/VFS makes use of this feature to simplify
leaves the the update phase). Ext3/VFS makes use of this feature to simplify
quota support.
</para>

Expand Down
Loading

0 comments on commit 4c7e642

Please sign in to comment.