linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: fix ";" in cs46xx
@ 2003-03-21 20:08 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-03-21 20:08 UTC (permalink / raw)
  To: linux-kernel, torvalds

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.65/sound/oss/cs46xx.c linux-2.5.65-ac2/sound/oss/cs46xx.c
--- linux-2.5.65/sound/oss/cs46xx.c	2003-03-06 17:04:39.000000000 +0000
+++ linux-2.5.65-ac2/sound/oss/cs46xx.c	2003-03-06 22:01:50.000000000 +0000
@@ -4314,7 +4314,7 @@
     {
         offset = ClrStat[i].BA1__DestByteOffset;
         count  = ClrStat[i].BA1__SourceSize;
-        for(  temp1 = offset; temp1<(offset+count); temp1+=4 );
+        for(  temp1 = offset; temp1<(offset+count); temp1+=4 )
               writel(0, pBA1+temp1);
     }
 

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

only message in thread, other threads:[~2003-03-21 20:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-21 20:08 PATCH: fix ";" in cs46xx Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).