From: Amit Vadhavana <av2082000@gmail.com>
To: rafael@kernel.org, linux-kernel@vger.kernel.org, lenb@kernel.org,
linux-acpi@vger.kernel.org, ricardo@marliere.net
Cc: av2082000@gmail.com, linux-kernel-mentees@lists.linux.dev,
skhan@linuxfoundation.org, kernel test robot <lkp@intel.com>
Subject: [PATCH] ACPI: CPPC: Remove unneeded semicolon
Date: Sun, 1 Sep 2024 14:38:23 +0530 [thread overview]
Message-ID: <20240901090823.18766-1-av2082000@gmail.com> (raw)
Remove an unneeded semicolon, as identified by the kernel test robot.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409011554.KG79Y5xu-lkp@intel.com/
Signed-off-by: Amit Vadhavana <av2082000@gmail.com>
---
drivers/acpi/cppc_acpi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c
index eecd80e848cc..28adea68e1cd 100644
--- a/drivers/acpi/cppc_acpi.c
+++ b/drivers/acpi/cppc_acpi.c
@@ -1138,7 +1138,7 @@ static int cpc_write(int cpu, struct cpc_register_resource *reg_res, u64 val)
default:
spin_unlock(&cpc_desc->rmw_lock);
return -EFAULT;
- };
+ }
val = MASK_VAL_WRITE(reg, prev_val, val);
val |= prev_val;
}
--
2.25.1
reply other threads:[~2024-09-01 9:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240901090823.18766-1-av2082000@gmail.com \
--to=av2082000@gmail.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel-mentees@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=rafael@kernel.org \
--cc=ricardo@marliere.net \
--cc=skhan@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox