iio: accel: mma9553: document use of mutex
authorIrina Tirdea <irina.tirdea@intel.com>
Mon, 13 Apr 2015 15:41:03 +0000 (18:41 +0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 14 Jun 2015 15:01:37 +0000 (16:01 +0100)
commit23f93cde93efed59ca82d2687a2fab6a93eaafcc
tree63dd7a85f5f4ce189b9f11ee157415284d3fb889
parentb37c19903a64951f12ae213ce0be7ca3bd26cc12
iio: accel: mma9553: document use of mutex

Fix checkpatch.pl --strict check:
CHECK: struct mutex definition without comment
+     struct mutex mutex;

Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/mma9553.c