diff options
author | 2012-10-23 01:29:27 +0200 | |
---|---|---|
committer | 2012-11-15 00:15:59 +0100 | |
commit | f351d027eea545a7996af54fce99f5668a67fec5 (patch) | |
tree | e79628268b0c5dcaca14f7b0cb0620b3288ac761 /drivers/acpi/container.c | |
parent | Linux 3.7-rc5 (diff) | |
download | wireguard-linux-f351d027eea545a7996af54fce99f5668a67fec5.tar.xz wireguard-linux-f351d027eea545a7996af54fce99f5668a67fec5.zip |
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>
Diffstat (limited to 'drivers/acpi/container.c')
0 files changed, 0 insertions, 0 deletions