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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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