staging: rtl8712: Add space between operands and operator
authorAyush Tiwari <ayushtiw0110@gmail.com>
Sun, 24 Mar 2024 21:16:15 +0000 (02:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2024 18:08:34 +0000 (19:08 +0100)
Add whitespace in union recvstat between operator '>>' and operands
'RXDESC_SIZE' and '2' to conform to common kernel coding style.

Signed-off-by: Ayush Tiwari <ayushtiw0110@gmail.com>
Link: https://lore.kernel.org/r/ZgCYHwYOmqfwMeU0@ayush-HP-Pavilion-Gaming-Laptop-15-ec0xxx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_recv.h

index f4d20b0efd4e87a18f20b32069ad8973d1492dda..a1360dcf91cec4e64ec3bfba79fba1b43f716e6d 100644 (file)
@@ -82,7 +82,7 @@ struct phy_stat {
 
 union recvstat {
        struct recv_stat recv_stat;
-       unsigned int value[RXDESC_SIZE>>2];
+       unsigned int value[RXDESC_SIZE >> 2];
 };
 
 struct recv_buf {