]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8712: Fix style issues in rtl871x_io.c
authorManisha Singh <masingh.linux@gmail.com>
Wed, 28 Aug 2024 22:21:53 +0000 (03:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Aug 2024 09:56:16 +0000 (11:56 +0200)
commit399763befd12a0b1e396ca7c6949bfc2f79583ae
treee3f12120304b6263a192195f2dc21992d701d66a
parent218683bcfb108b56cec19079c8136d2a68e39859
staging: rtl8712: Fix style issues in rtl871x_io.c

Refactor the _init_intf_hdl() function to avoid multiple
assignments in a single statement. This change improves code readability
and adheres to kernel coding style guidelines.

Signed-off-by: Manisha Singh <masingh.linux@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240828222153.68062-2-masingh.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_io.c