Commit e9527365 authored by Geliang Tang's avatar Geliang Tang Committed by Greg Kroah-Hartman

parport: fix a trivial typo

s/regsiter/register/
Signed-off-by: default avatarGeliang Tang <geliangtang@163.com>
Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d7a26beb
...@@ -148,7 +148,7 @@ void parport_bus_exit(void) ...@@ -148,7 +148,7 @@ void parport_bus_exit(void)
/* /*
* iterates through all the drivers registered with the bus and sends the port * 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 * 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. * wants to use this new port.
*/ */
static int driver_check(struct device_driver *dev_drv, void *_port) static int driver_check(struct device_driver *dev_drv, void *_port)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment