[v6,0/2] serial core type consistency and clean up

Message ID 20231109063417.3971005-1-vamshigajjela@google.com
Headers
Series serial core type consistency and clean up |

Message

Vamshi Gajjela Nov. 9, 2023, 6:34 a.m. UTC
  This patch series primarily focus on improving type consistency and
ensuring proper handling of timeout values. The changes aim to enhance
the redability and maintainability of the serial core.

Vamshi Gajjela (2):
  serial: core: Update uart_poll_timeout() function to return unsigned
    long
  serial: core: Clean up uart_update_timeout() function

 drivers/tty/serial/serial_core.c | 7 +++----
 include/linux/serial_core.h      | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)