Skip to content

Commit

Permalink
staging: rtl8712: Fix alignment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Greyling authored and Greg Kroah-Hartman committed Jul 21, 2021
1 parent 8266d91 commit 3963020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8712/osdep_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3963020

Please sign in to comment.