diff options
author | Roman Kiryanov <rkir@google.com> | 2018-07-11 16:37:48 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-12 21:49:24 +0200 |
commit | 24daa451c2814e770c6d6b6c00a065cb5b8b22fd (patch) | |
tree | bc632e399418889950e79cd044521c4266d85804 | |
parent | 683a060a1d975bb440d70662fbdb6f4879ad56ae (diff) | |
download | linux-stable-24daa451c2814e770c6d6b6c00a065cb5b8b22fd.tar.gz linux-stable-24daa451c2814e770c6d6b6c00a065cb5b8b22fd.tar.bz2 linux-stable-24daa451c2814e770c6d6b6c00a065cb5b8b22fd.zip |
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>
-rw-r--r-- | drivers/staging/goldfish/goldfish_audio.c | 1 |
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; |