From: Feng Tang Date: Mon, 22 Oct 2012 23:29:27 +0000 (+0200) Subject: ACPI / EC: Cleanup the member name for spinlock/mutex in struct X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~13^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f351d027eea545a7996af54fce99f5668a67fec5;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed