]> www.infradead.org Git - users/jedix/linux-maple.git/commit
serial: 8250: Explain the role of @read_status_mask
authorJohn Ogness <john.ogness@linutronix.de>
Mon, 16 Dec 2024 17:12:44 +0000 (18:18 +0106)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Dec 2024 17:59:59 +0000 (18:59 +0100)
commitb3ee0bc1a065469cfbcef0c35dc42f138563a1fb
tree63471b640f14272a8b9ce07167b5891857a61d51
parent9c76c0fa81812619a3de4f3fc681f82c8dc17a66
serial: 8250: Explain the role of @read_status_mask

The role of @read_status_mask has changed over time and seems
to still cause confusion. This can be expected since there is
zero documentation about this driver-specific variable.

Add comments to the initialization of @read_status_mask to
clarify its role.

Signed-off-by: John Ogness <john.ogness@linutronix.de>
Link: https://lore.kernel.org/r/20241216171244.12783-5-john.ogness@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c
drivers/tty/serial/8250/8250_port.c