]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: sc16is7xx: fix copy-paste errors in EFR_SWFLOWx_BIT constants
authorLech Perczak <lech.perczak@camlingroup.com>
Mon, 26 Aug 2024 15:42:01 +0000 (17:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2024 08:47:10 +0000 (10:47 +0200)
commiteccdb0fd1c340155666533f5c60c5229d370baab
treec9057bf5d6baa58eb5b026b2630d4b39f32167e3
parent0f5e3898dc770de12f153ac6d4db30c57cb40f95
serial: sc16is7xx: fix copy-paste errors in EFR_SWFLOWx_BIT constants

Comments attached to bits 0 and 1 incorrectly referenced bits 2 and 3,
which don't match the datasheet - fix them.
At the same time remove comments for individual constants, as they add
nothing to the definitions themselves.

Signed-off-by: Lech Perczak <lech.perczak@camlingroup.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/2986a485-935d-4ab2-9a16-4a85288aa15a@camlingroup.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sc16is7xx.c