提交 39a502c8 编写于 作者: Z zhengbin 提交者: Alex Deucher

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

Move the static keyword to the front of declarations.
Reported-by: NHulk Robot <hulkci@huawei.com>
Signed-off-by: Nzhengbin <zhengbin13@huawei.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册