On Wed, Mar 14, 2018 at 02:17:31PM +0100, Frédéric Danis wrote: > Fix function name in serdev_device_alloc() definition > > Signed-off-by: Frédéric Danis <frederic.danis.oss@xxxxxxxxx> > --- > drivers/tty/serdev/core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/tty/serdev/core.c b/drivers/tty/serdev/core.c > index f439c72..df93b72 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 > -- > 2.7.4 Nice catch, will go queue this up now. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html