Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29825
b: refs/heads/master
c: 7d46972
h: refs/heads/master
i:
  29823: 99aa9cc
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 25, 2006
1 parent eb6b652 commit e6db9d8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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: 5e37ed37b1a70a65185736fbec543ca4ad64a673
refs/heads/master: 7d469722779c9fe0b415163e8fe837440f9c70dc
9 changes: 8 additions & 1 deletion trunk/Documentation/DocBook/kernel-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ X!Edrivers/pnp/system.c
</sect1>
</chapter>


<chapter id="blkdev">
<title>Block Devices</title>
!Eblock/ll_rw_blk.c
Expand All @@ -447,6 +446,14 @@ X!Edrivers/pnp/system.c
!Edrivers/char/misc.c
</chapter>

<chapter id="parportdev">
<title>Parallel Port Devices</title>
!Iinclude/linux/parport.h
!Edrivers/parport/ieee1284.c
!Edrivers/parport/share.c
!Idrivers/parport/daisy.c
</chapter>

<chapter id="viddev">
<title>Video4Linux</title>
!Edrivers/media/video/videodev.c
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parport/daisy.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void parport_close (struct pardevice *dev)
*
* This tries to locate a device on the given parallel port,
* multiplexor port and daisy chain address, and returns its
* device number or -NXIO if no device with those coordinates
* device number or %-ENXIO if no device with those coordinates
* exists.
**/

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parport/share.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static void free_port (struct parport *port)
* parport_get_port - increment a port's reference count
* @port: the port
*
* This ensure's that a struct parport pointer remains valid
* This ensures that a struct parport pointer remains valid
* until the matching parport_put_port() call.
**/

Expand Down

0 comments on commit e6db9d8

Please sign in to comment.