aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Greyling <alexandergreyling5@gmail.com>2021-07-11 00:08:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-21 11:01:58 +0200
commit39630204a96aebdb29634b5f4aea6518e2b97eca (patch)
treecd6d34417858d28f7234144652626341281f0517
parentstaging: rtl8712: Remove some unused #define and enum (diff)
downloadlinux-dev-39630204a96aebdb29634b5f4aea6518e2b97eca.tar.xz
linux-dev-39630204a96aebdb29634b5f4aea6518e2b97eca.zip
staging: rtl8712: Fix alignment
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>
-rw-r--r--drivers/staging/rtl8712/osdep_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep_service.h
index e939c4a954b3..d33ddffb7ad9 100644
--- a/drivers/staging/rtl8712/osdep_service.h
+++ b/drivers/staging/rtl8712/osdep_service.h
@@ -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);
}