Commit c61be40b authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Greg Kroah-Hartman

staging: rtl8712: Add space between operands and operator

Add whitespace in union recvstat between operator '>>' and operands
'RXDESC_SIZE' and '2' to conform to common kernel coding style.
Signed-off-by: default avatarAyush Tiwari <ayushtiw0110@gmail.com>
Link: https://lore.kernel.org/r/ZgCYHwYOmqfwMeU0@ayush-HP-Pavilion-Gaming-Laptop-15-ec0xxxSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 242d724f
...@@ -82,7 +82,7 @@ struct phy_stat { ...@@ -82,7 +82,7 @@ struct phy_stat {
union recvstat { union recvstat {
struct recv_stat recv_stat; struct recv_stat recv_stat;
unsigned int value[RXDESC_SIZE>>2]; unsigned int value[RXDESC_SIZE >> 2];
}; };
struct recv_buf { struct recv_buf {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment