diff options
Diffstat (limited to 'drivers/parport/share.c')
-rw-r--r-- | drivers/parport/share.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/share.c b/drivers/parport/share.c index bbbfd79adbaf..2cb22c8d3357 100644 --- a/drivers/parport/share.c +++ b/drivers/parport/share.c | |||
@@ -218,7 +218,7 @@ static void free_port (struct parport *port) | |||
218 | * parport_get_port - increment a port's reference count | 218 | * parport_get_port - increment a port's reference count |
219 | * @port: the port | 219 | * @port: the port |
220 | * | 220 | * |
221 | * This ensure's that a struct parport pointer remains valid | 221 | * This ensures that a struct parport pointer remains valid |
222 | * until the matching parport_put_port() call. | 222 | * until the matching parport_put_port() call. |
223 | **/ | 223 | **/ |
224 | 224 | ||