staging: rtl8712: Fix alignment
authorAlexander Greyling <alexandergreyling5@gmail.com>
Sat, 10 Jul 2021 22:08:15 +0000 (00:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 09:01:58 +0000 (11:01 +0200)
This patch fixes the checkpatch.pl issue:

CHECK: Alignment should match open parenthesis.

Signed-off-by: Alexander Greyling <alexandergreyling5@gmail.com>
Link: https://lore.kernel.org/r/20210710220815.GA1654486@alexlaptop
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/osdep_service.h

index e939c4a..d33ddff 100644 (file)
@@ -46,7 +46,7 @@ struct        __queue {
        } while (0)
 
 static inline u32 end_of_queue_search(struct list_head *head,
-               struct list_head *plist)
+                                     struct list_head *plist)
 {
        return (head == plist);
 }