From e7454572bbbe940a7bb99031c032ce576782892c Mon Sep 17 00:00:00 2001 From: zhong_ning Date: Thu, 26 Aug 2021 17:13:39 +0800 Subject: [PATCH] fix codestyle Signed-off-by: zhong_ning --- services/src/uevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/src/uevent.c b/services/src/uevent.c index 06d7fa97..43caecbd 100644 --- a/services/src/uevent.c +++ b/services/src/uevent.c @@ -714,7 +714,7 @@ struct CommonDev { char *path; }; -struct CommonDev COMMON_DEV_MAPPER[] = { +static const struct CommonDev COMMON_DEV_MAPPER[] = { {"graphics", 8, "/dev/graphics/"}, {"drm", 3, "/dev/dri/"}, {"oncrpc", 6, "/dev/oncrpc/"}, -- GitLab