]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit58fda153b0e2f7d149d41f9a71ff03c72e88a8ef
treeb7b15c46357dfe3cb36ca80797338a2640c2d354
parent6ec2616ed22cb957a595dfadd28a37350a1fb6b0
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