| commit | 4e76dbd7c3600b834fce8e3be90310515e149af9 | [log] [tgz] |
|---|---|---|
| author | Jiri Slaby (SUSE) <[email protected]> | Thu Aug 10 11:14:39 2023 +0200 |
| committer | Greg Kroah-Hartman <[email protected]> | Thu Jan 25 14:37:54 2024 -0800 |
| tree | 0ac01036400f31d01d1257eec2a615ef8be0c435 | |
| parent | abcc25a23731c13da94a303c216fb1e70e2b9ad9 [diff] |
tty: change tty_write_lock()'s ndelay parameter to bool [ Upstream commit af815336556df28f800669c58ab3bdad7d786b98 ] It's a yes-no parameter, so convert it to bool to be obvious. Signed-off-by: "Jiri Slaby (SUSE)" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Stable-dep-of: 66aad7d8d3ec ("usb: cdc-acm: return correct error code on unsupported break") Signed-off-by: Sasha Levin <[email protected]>