drivers: modem: Document UART device name

Document that the third argument is the UART device name.

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
Patrik Flykt 2019-11-29 14:21:10 +02:00 committed by Carles Cufí
commit 12f381888f

View file

@ -40,6 +40,7 @@ struct modem_iface_uart_data {
*
* @param *iface: modem interface to initialize.
* @param *data: modem interface data to use
* @param *dev_name: name of the UART device to use
*
* @retval 0 if ok, < 0 if error.
*/