]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2ef024d7289937a2a1f39c4ed7f8ee819c89b3e8
tree8337d0b1764fff8f66e37c267e2d8cd069c4e36a
parent065f0643276b63ebff7bdfa9197d0daceea08f58
dm: serial: fix comment on dm_serial_ops setconfig

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