public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Incremental to kill warnings
@ 2001-05-06 11:08 Tom Leete
  0 siblings, 0 replies; only message in thread
From: Tom Leete @ 2001-05-06 11:08 UTC (permalink / raw)
  To: Linus Torvalds, Alan Cox; +Cc: linux-kernel

Hello,

I missed one, patch is incremental to the previous one.

Tom

$ diff -u include/asm-i386/checksum.h.orig include/asm-i386/checksum.h
--- include/asm-i386/checksum.h.orig	Sun May  6 07:05:35 2001
+++ include/asm-i386/checksum.h	Sun May  6 07:06:52 2001
@@ -100,10 +100,8 @@
 
 static inline unsigned int csum_fold(unsigned int sum)
 {
-	__asm__("
-		addl %1, %0
-		adcl $0xffff, %0
-		"
+	__asm__("addl %1, %0\n\t"
+		"adcl $0xffff, %0\n"
 		: "=r" (sum)
 		: "r" (sum << 16), "0" (sum & 0xffff0000)
 	);

-- 
The Daemons lurk and are dumb. -- Emerson

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

only message in thread, other threads:[~2001-05-06 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-06 11:08 [PATCH] Incremental to kill warnings Tom Leete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox