drm/amd/display: Use static const, not const static

Move the static keyword to the front of declarations.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
zhengbin 2019-11-11 17:33:13 +08:00 committed by Alex Deucher
parent 4bf321c177
commit 39a502c882

View File

@ -69,7 +69,7 @@
#define DC_LOGGER \
dc->ctx->logger
const static char DC_BUILD_ID[] = "production-build";
static const char DC_BUILD_ID[] = "production-build";
/**
* DOC: Overview