]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8712: Align parenthesis in usb_ops_linux.c
authorDorine Tipo <dorine.a.tipo@gmail.com>
Wed, 28 Aug 2024 08:29:35 +0000 (08:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Aug 2024 09:56:12 +0000 (11:56 +0200)
Fix the parenthesis alignment in r8712_read_port() function to match
the opening parenthesis.
This improves code readability and adheres to the kernel coding style.

Signed-off-by: Dorine Tipo <dorine.a.tipo@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240828082935.GA3815@ubuntu-focal
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/usb_ops_linux.c

index 0a3451cdc8a11e8295f8c51fd7d7cadb2cd52cb6..4a34824830e39de1d7a298ccc5846f316adc2a22 100644 (file)
@@ -221,7 +221,7 @@ static void r8712_usb_read_port_complete(struct urb *purb)
                        fallthrough;
                case -EPROTO:
                        r8712_read_port(padapter, precvpriv->ff_hwaddr, 0,
-                                 (unsigned char *)precvbuf);
+                                       (unsigned char *)precvbuf);
                        break;
                case -EINPROGRESS:
                        netdev_err(padapter->pnetdev, "ERROR: URB IS IN PROGRESS!\n");