Commit 24daa451 authored by Roman Kiryanov's avatar Roman Kiryanov Committed by Greg Kroah-Hartman

staging: goldfish: add a blank line into struct goldfish_audio

To separate data members and the comment for better readability.
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 683a060a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment