Skip to content

Commit a8193af

Browse files
Tom Rixrafaeljw
authored andcommitted
powercap/intel_rapl: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 3cea11c commit a8193af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/powercap/intel_rapl_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type,
620620
case ARBITRARY_UNIT:
621621
default:
622622
return value;
623-
};
623+
}
624624

625625
if (to_raw)
626626
return div64_u64(value, units) * scale;

0 commit comments

Comments
 (0)