OSDN Git Service

drm/amd/pm: fix indenting in __smu_cmn_reg_print_error()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 14 Mar 2022 14:04:05 +0000 (17:04 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Mar 2022 19:01:12 +0000 (15:01 -0400)
commit508a47d434bffde45ca3cdb8ece186f28f9d84bf
treeb7b15c46357dfe3cb36ca80797338a2640c2d354
parent28b7382621f0a83f1db795f36ee0fee6f66c10e9
drm/amd/pm: fix indenting in __smu_cmn_reg_print_error()

Smatch complains that the dev_err_ratelimited() is indented one tab more
than the surrounding lines.

drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:174
__smu_cmn_reg_print_error() warn: inconsistent indenting

It looks like it's not a bug, just that the indenting needs to be cleaned
up.

Reviewed-by: Luben Tuikov <luben.tuikov@amd.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c