aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-09-14 10:51:04 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-25 20:25:42 +0200
commit77994c69b6523925c9c852b9afd2a2d4d40b8b8c (patch)
tree8142fa14f88c2159fe86a9b2940f3c3bd8a7de24 /drivers/platform/goldfish
parentplatform: goldfish: pipe: Prevent memory corruption from several threads writing to the same variable (diff)
downloadlinux-dev-77994c69b6523925c9c852b9afd2a2d4d40b8b8c.tar.xz
linux-dev-77994c69b6523925c9c852b9afd2a2d4d40b8b8c.zip
platform: goldfish: pipe: Remove a redundant blank line
The blank line is not required there. Signed-off-by: Roman Kiryanov <rkir@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/platform/goldfish')
-rw-r--r--drivers/platform/goldfish/goldfish_pipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c
index 6ae2b00f4bff..8747ec330b7b 100644
--- a/drivers/platform/goldfish/goldfish_pipe.c
+++ b/drivers/platform/goldfish/goldfish_pipe.c
@@ -47,7 +47,6 @@
* exchange is properly mapped during a transfer.
*/
-
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/interrupt.h>