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

Signed-off-by: techyguyperplexable <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:43 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:43 [PATCH 2/3] arm64: lib: fix missing blank line in csum.c techyguyperplexable

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.