Commit c5e3d207 authored by Frédéric Danis's avatar Frédéric Danis Committed by Greg Kroah-Hartman

serdev: Fix typo in serdev_device_alloc

Fix function name in serdev_device_alloc() definition
Signed-off-by: default avatarFrédéric Danis <frederic.danis.oss@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d366c30d
......@@ -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
......
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