Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roman Kiryanov and committed by
Greg Kroah-Hartman
24daa451 683a060a

+1
+1
drivers/staging/goldfish/goldfish_audio.c
··· 38 38 struct goldfish_audio { 39 39 char __iomem *reg_base; 40 40 int irq; 41 + 41 42 /* lock protects access to buffer_status and to device registers */ 42 43 spinlock_t lock; 43 44 wait_queue_head_t wait;