Commit 2c507415 authored by Loic Pefferkorn's avatar Loic Pefferkorn Committed by Greg Kroah-Hartman

staging: goldfish: document mutex usage

Coding style: document mutex usage
Signed-off-by: default avatarLoic Pefferkorn <loic@loicp.eu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8f52e264
......@@ -31,6 +31,7 @@
#include "goldfish_nand_reg.h"
struct goldfish_nand {
/* lock protects access to the device registers */
struct mutex lock;
unsigned char __iomem *base;
struct cmd_params *cmd_params;
......
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