Commit e69ae675 authored by Xiaofei Tan's avatar Xiaofei Tan Committed by Rafael J. Wysocki
Browse files

ACPI: CPPC: fix some coding style issues



Fix some coding style issues reported by checkpatch.pl, including the
following types:

WARNING: Missing a blank line after declarations
WARNING: unnecessary whitespace before a quoted newline
ERROR: spaces required around that '>='
ERROR: switch and case should be at the same indent

Signed-off-by: default avatarXiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent effbe640
Loading
Loading
Loading
Loading
+36 −35
Original line number Diff line number Diff line
@@ -327,6 +327,7 @@ static int send_pcc_cmd(int pcc_ss_id, u16 cmd)
		if (unlikely(ret)) {
			for_each_possible_cpu(i) {
				struct cpc_desc *desc = per_cpu(cpc_desc_ptr, i);

				if (!desc)
					continue;