diff options
Diffstat (limited to 'drivers/parport/daisy.c')
-rw-r--r-- | drivers/parport/daisy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/daisy.c b/drivers/parport/daisy.c index 9ee67321b630..fd41e28101ea 100644 --- a/drivers/parport/daisy.c +++ b/drivers/parport/daisy.c | |||
@@ -283,7 +283,7 @@ void parport_close (struct pardevice *dev) | |||
283 | * | 283 | * |
284 | * This tries to locate a device on the given parallel port, | 284 | * This tries to locate a device on the given parallel port, |
285 | * multiplexor port and daisy chain address, and returns its | 285 | * multiplexor port and daisy chain address, and returns its |
286 | * device number or -NXIO if no device with those coordinates | 286 | * device number or %-ENXIO if no device with those coordinates |
287 | * exists. | 287 | * exists. |
288 | **/ | 288 | **/ |
289 | 289 | ||