Commit 39a502c8 authored by zhengbin's avatar zhengbin Committed by Alex Deucher

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

Move the static keyword to the front of declarations.
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarzhengbin <zhengbin13@huawei.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4bf321c1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment