dm: serial: fix comment on dm_serial_ops setconfig
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Fri, 2 Nov 2018 20:08:16 +0000 (21:08 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 21:52:00 +0000 (16:52 -0500)
The comment on this function prototype describes nonexistent
parameters. It seems to be copied from 'setparity'.

Update it to match its the parameter list.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/serial.h

index 020cd392e888e2c0bdc2e28b025257e489db774a..ec25db6e601aa3e44d71847294291eb76685998f 100644 (file)
@@ -195,9 +195,7 @@ struct dm_serial_ops {
         * Set up a new config for this device.
         *
         * @dev: Device pointer
-        * @parity: parity to use
-        * @bits: bits number to use
-        * @stop: stop bits number to use
+        * @serial_config: number of bits, parity and number of stopbits to use
         * @return 0 if OK, -ve on error
         */
        int (*setconfig)(struct udevice *dev, uint serial_config);