[PATCH v3 5/7] STAGING: cxt1e1: Formatting fixes checkpatch issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Removes spaces before & where needed.

Signed-off-by: Michael Welling <mwelling@xxxxxxxx>
---
diff --git a/drivers/staging/cxt1e1/pmc93x6_eeprom.c b/drivers/staging/cxt1e1/pmc93x6_eeprom.c
index ab6fa73..d7d240a 100644
--- a/drivers/staging/cxt1e1/pmc93x6_eeprom.c
+++ b/drivers/staging/cxt1e1/pmc93x6_eeprom.c
@@ -425,9 +425,9 @@ static u_int32_t pmcCalcCrc_T01(void *bufp)
 	u_int32_t crc;
 
 	/* Calc CRC for type and length fields */
-	sbeCrc((u_int8_t *) & buf->type,
+	sbeCrc((u_int8_t *) &buf->type,
 	       (u_int32_t) STRUCT_OFFSET(FLD_TYPE1, Crc32),
-	       (u_int32_t) 0, (u_int32_t *) & crc);
+	       (u_int32_t) 0, (u_int32_t *) &crc);
 
 #ifdef EEPROM_TYPE_DEBUG
 	/* RLD DEBUG */
@@ -443,14 +443,14 @@ static u_int32_t pmcCalcCrc_T02(void *bufp)
 	u_int32_t crc;
 
 	/* Calc CRC for type and length fields */
-	sbeCrc((u_int8_t *) & buf->type,
+	sbeCrc((u_int8_t *) &buf->type,
 	       (u_int32_t) STRUCT_OFFSET(FLD_TYPE2, Crc32),
-	       (u_int32_t) 0, (u_int32_t *) & crc);
+	       (u_int32_t) 0, (u_int32_t *) &crc);
 
 	/* Calc CRC for remaining fields */
-	sbeCrc((u_int8_t *) & buf->Id[0],
+	sbeCrc((u_int8_t *) &buf->Id[0],
 	       (u_int32_t) (sizeof(FLD_TYPE2) - STRUCT_OFFSET(FLD_TYPE2, Id)),
-	       (u_int32_t) crc, (u_int32_t *) & crc);
+	       (u_int32_t) crc, (u_int32_t *) &crc);
 
 #ifdef EEPROM_TYPE_DEBUG
 	/* RLD DEBUG */
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel




[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux