Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: Clean up errors in kgd_pp_interface.h

Fix the following errors reported by checkpatch:

ERROR: open brace '{' following enum go on the same line

Signed-off-by: chenxuebing <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

chenxuebing and committed by
Alex Deucher
577fa1be 84900320

+2 -4
+2 -4
drivers/gpu/drm/amd/include/kgd_pp_interface.h
··· 244 244 * @PP_PWR_LIMIT_DEFAULT: Default Power Limit 245 245 * @PP_PWR_LIMIT_MAX: Maximum Power Limit 246 246 */ 247 - enum pp_power_limit_level 248 - { 247 + enum pp_power_limit_level { 249 248 PP_PWR_LIMIT_MIN = -1, 250 249 PP_PWR_LIMIT_CURRENT, 251 250 PP_PWR_LIMIT_DEFAULT, ··· 259 260 * @PP_PWR_TYPE_FAST: manages the ~10 ms moving average of APU power, 260 261 * where supported. 261 262 */ 262 - enum pp_power_type 263 - { 263 + enum pp_power_type { 264 264 PP_PWR_TYPE_SUSTAINED, 265 265 PP_PWR_TYPE_FAST, 266 266 };