[U-Boot] [PATCH] dm: serial: fix comment on dm_serial_ops setconfig
    Simon Goldschmidt 
    simon.k.r.goldschmidt at gmail.com
       
    Fri Nov  2 20:08:16 UTC 2018
    
    
  
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 at gmail.com>
---
 include/serial.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/serial.h b/include/serial.h
index 020cd392e8..ec25db6e60 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -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);
-- 
2.17.1
    
    
More information about the U-Boot
mailing list