patch-1.3.38 linux/drivers/scsi/eata_dma_proc.c

Next file: linux/drivers/scsi/eata_generic.h
Previous file: linux/drivers/scsi/eata_dma.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.37/linux/drivers/scsi/eata_dma_proc.c linux/drivers/scsi/eata_dma_proc.c
@@ -13,12 +13,12 @@
 
     do {
 	sp = (u16 *)lp;		  /* Convert SubHeader */
-    *sp = ntohs(*sp);
-    bp = (u8 *) lp;
-    y = *(bp + 3);
-    lp++;
-    for (h_lp = (u32)lp; (u32)lp < h_lp + ((u32)*(bp + 3)); lp++)
-	*lp = ntohl(*lp);
+	*sp = ntohs(*sp);
+	bp = (u8 *) lp;
+	y = *(bp + 3);
+	lp++;
+	for (h_lp = (u32)lp; (u32)lp < h_lp + ((u32)*(bp + 3)); lp++)
+	    *lp = ntohl(*lp);
     }while ((u32)lp < ((u32)p) + 4 + h_sp);
 
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this