staging: goldfish: document mutex usage
Coding style: document mutex usage Signed-off-by: Loic Pefferkorn <loic@loicp.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
8f52e264e8
Коммит
2c50741597
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче