From: Frédéric Danis Date: Wed, 14 Mar 2018 13:17:31 +0000 (+0100) Subject: serdev: Fix typo in serdev_device_alloc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5e3d2070f75666242333081f369bc949c1731f0;p=linux.git serdev: Fix typo in serdev_device_alloc Fix function name in serdev_device_alloc() definition Signed-off-by: Frédéric Danis Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serdev/core.c b/drivers/tty/serdev/core.c index f439c72b9e3c1..df93b727e984e 100644 --- a/drivers/tty/serdev/core.c +++ b/drivers/tty/serdev/core.c @@ -350,7 +350,7 @@ static struct bus_type serdev_bus_type = { }; /** - * serdev_controller_alloc() - Allocate a new serdev device + * serdev_device_alloc() - Allocate a new serdev device * @ctrl: associated controller * * Caller is responsible for either calling serdev_device_add() to add the