OSDN Git Service

staging: goldfish: add a blank line into struct goldfish_audio
authorRoman Kiryanov <rkir@google.com>
Wed, 11 Jul 2018 23:37:48 +0000 (16:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jul 2018 19:49:24 +0000 (21:49 +0200)
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>
drivers/staging/goldfish/goldfish_audio.c

index 1d80e32..3a75df1 100644 (file)
@@ -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;