diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-06-25 05:49:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 10:01:25 -0700 |
commit | 7d469722779c9fe0b415163e8fe837440f9c70dc (patch) | |
tree | e129864b897bced5ff55111856ae006749c6e15f /drivers/parport | |
parent | 5e37ed37b1a70a65185736fbec543ca4ad64a673 (diff) |
[PATCH] parport: add to kernel-doc
Add parport interfaces to kernel-doc template. Small doc. cleanups in 2
parport source files.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/parport')
-rw-r--r-- | drivers/parport/daisy.c | 2 | ||||
-rw-r--r-- | drivers/parport/share.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/parport/daisy.c b/drivers/parport/daisy.c index 9ee67321b63..fd41e28101e 100644 --- a/drivers/parport/daisy.c +++ b/drivers/parport/daisy.c @@ -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. **/ diff --git a/drivers/parport/share.c b/drivers/parport/share.c index bbbfd79adba..2cb22c8d335 100644 --- a/drivers/parport/share.c +++ b/drivers/parport/share.c @@ -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. **/ |