* [PATCH] firmware: stratix10-svc: fix missing a blank line warning from checkpatch
@ 2026-01-24 6:40 Khairul Anuar Romli
0 siblings, 0 replies; only message in thread
From: Khairul Anuar Romli @ 2026-01-24 6:40 UTC (permalink / raw)
To: Dinh Nguyen, linux-kernel, Khairul Anuar Romli
Fix this warning from checkpatch.pl:
WARNING: Missing a blank line after declarations
drivers/firmware/stratix10-svc.c:1837
Signed-off-by: Khairul Anuar Romli <karom.9560@gmail.com>
---
drivers/firmware/stratix10-svc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/firmware/stratix10-svc.c b/drivers/firmware/stratix10-svc.c
index dbed404a71fc..dd6a979dc806 100644
--- a/drivers/firmware/stratix10-svc.c
+++ b/drivers/firmware/stratix10-svc.c
@@ -1834,6 +1834,7 @@ EXPORT_SYMBOL_GPL(stratix10_svc_allocate_memory);
void stratix10_svc_free_memory(struct stratix10_svc_chan *chan, void *kaddr)
{
struct stratix10_svc_data_mem *pmem;
+
guard(mutex)(&svc_mem_lock);
list_for_each_entry(pmem, &svc_data_mem, node)
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-24 6:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-24 6:40 [PATCH] firmware: stratix10-svc: fix missing a blank line warning from checkpatch Khairul Anuar Romli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®