From: Sudeep Holla Date: Tue, 27 Aug 2024 14:38:38 +0000 (+0100) Subject: firmware: arm_scmi: Replace comma with the semicolon X-Git-Tag: v6.12-rc1~187^2~20^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4b908a23fab2653cb844b77cbe576358c021053;p=thirdparty%2Fkernel%2Flinux.git firmware: arm_scmi: Replace comma with the semicolon Replace the typo comma with the semicolon. No functional change. Message-Id: <20240827143838.1465913-4-sudeep.holla@arm.com> Signed-off-by: Sudeep Holla --- diff --git a/drivers/firmware/arm_scmi/base.c b/drivers/firmware/arm_scmi/base.c index d52873523cd2b..86b376c50a13f 100644 --- a/drivers/firmware/arm_scmi/base.c +++ b/drivers/firmware/arm_scmi/base.c @@ -384,7 +384,7 @@ static int scmi_base_protocol_init(const struct scmi_protocol_handle *ph) if (ret) return ret; - rev->major_ver = PROTOCOL_REV_MAJOR(version), + rev->major_ver = PROTOCOL_REV_MAJOR(version); rev->minor_ver = PROTOCOL_REV_MINOR(version); ph->set_priv(ph, rev, version);