From b1a883878949cde621e3502ecdf0592a2329ed6f Mon Sep 17 00:00:00 2001 From: arighi Date: Tue, 21 Sep 2010 08:05:09 +0000 Subject: [PATCH] usb-serial: fix documentation warning Fix the following doxygen warning: bertos/drv/usb_serial.c:256: warning: argument 'fd' of command @param is not found in the argument list of usb_serial_open(struct USBSerial *fds, int unit) bertos/drv/usb_serial.c:256: warning: The following parameters of usb_serial_open(struct USBSerial *fds, int unit) are not documented: parameter 'fds' git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4250 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/usb_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/drv/usb_serial.c b/bertos/drv/usb_serial.c index cdc4b63f..3c3947be 100644 --- a/bertos/drv/usb_serial.c +++ b/bertos/drv/usb_serial.c @@ -256,7 +256,7 @@ static int usb_serial_close(struct KFile *fd) /** * Initialize an USB serial port. * - * \param fd KFile Serial struct interface. + * \param fds KFile Serial struct interface. * \param unit Serial unit to open. */ static int usb_serial_open(struct USBSerial *fds, int unit) -- 2.25.1