commit | f351d027eea545a7996af54fce99f5668a67fec5 | [log] [tgz] |
---|---|---|
author | Feng Tang <feng.tang@intel.com> | Tue Oct 23 01:29:27 2012 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 15 00:15:59 2012 +0100 |
tree | e79628268b0c5dcaca14f7b0cb0620b3288ac761 | |
parent | 77b67063bb6bce6d475e910d3b886a606d0d91f7 [diff] |
ACPI / EC: Cleanup the member name for spinlock/mutex in struct Current member names for mutex/spinlock are a little confusing. Change the { struct mutex lock; spinlock_t curr_lock; } to { struct mutex mutex; spinlock_t lock; } So that the code is cleaner and easier to read. Signed-off-by: Feng Tang <feng.tang@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>