summaryrefslogtreecommitdiffstats
path: root/drivers/parport
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-10-28 14:41:30 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-03 16:32:59 -0800
commite952736586098063fcb734550429b8a81a2c5d25 (patch)
tree454673b60157f20db1acda3077fb3cab84a4bb4f /drivers/parport
parentd7a26beb6fe65c62d986fdb3d83d5db03185f95d (diff)
downloadop-kernel-dev-e952736586098063fcb734550429b8a81a2c5d25.zip
op-kernel-dev-e952736586098063fcb734550429b8a81a2c5d25.tar.gz
parport: fix a trivial typo
s/regsiter/register/ Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/parport')
-rw-r--r--drivers/parport/share.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/share.c b/drivers/parport/share.c
index 5ce5ef21..8931696 100644
--- a/drivers/parport/share.c
+++ b/drivers/parport/share.c
@@ -148,7 +148,7 @@ void parport_bus_exit(void)
/*
* iterates through all the drivers registered with the bus and sends the port
* details to the match_port callback of the driver, so that the driver can
- * know about the new port that just regsitered with the bus and decide if it
+ * know about the new port that just registered with the bus and decide if it
* wants to use this new port.
*/
static int driver_check(struct device_driver *dev_drv, void *_port)
OpenPOWER on IntegriCloud