All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 3/4] arm64: lib: fix missing blank line in csum.c
@ 2026-02-28 19:53 Josh Law
  0 siblings, 0 replies; only message in thread
From: Josh Law @ 2026-02-28 19:53 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon; +Cc: linux-arm-kernel, linux-kernel, Josh Law

Signed-off-by: Josh Law <objecting@objecting.org>
---
 arch/arm64/lib/csum.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/lib/csum.c b/arch/arm64/lib/csum.c
index 2432683e48a6..dc363d74afdd 100644
--- a/arch/arm64/lib/csum.c
+++ b/arch/arm64/lib/csum.c
@@ -11,6 +11,7 @@
 static u64 accumulate(u64 sum, u64 data)
 {
 	__uint128_t tmp = (__uint128_t)sum + data;
+
 	return tmp + (tmp >> 64);
 }
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-28 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 19:53 [PATCH v2 3/4] arm64: lib: fix missing blank line in csum.c Josh Law

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.