summaryrefslogtreecommitdiff
path: root/drivers/staging/goldfish
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-07-11 16:37:48 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-12 21:49:24 +0200
commit24daa451c2814e770c6d6b6c00a065cb5b8b22fd (patch)
treebc632e399418889950e79cd044521c4266d85804 /drivers/staging/goldfish
parent683a060a1d975bb440d70662fbdb6f4879ad56ae (diff)
staging: goldfish: add a blank line into struct goldfish_audio
To separate data members and the comment for better readability. Signed-off-by: Roman Kiryanov <rkir@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/goldfish')
-rw-r--r--drivers/staging/goldfish/goldfish_audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c
index 1d80e3243297..3a75df1d2a0a 100644
--- a/drivers/staging/goldfish/goldfish_audio.c
+++ b/drivers/staging/goldfish/goldfish_audio.c
@@ -38,6 +38,7 @@ MODULE_VERSION("1.0");
struct goldfish_audio {
char __iomem *reg_base;
int irq;
+
/* lock protects access to buffer_status and to device registers */
spinlock_t lock;
wait_queue_head_t wait;