mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 16:53:54 +08:00
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>
This commit is contained in:
parent
d7a26beb6f
commit
e952736586
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user