mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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:
parent
4bf321c177
commit
39a502c882
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user