[PATCH 4/4] Staging: iio: accel : sca3000_ring: Fixing code styling issues

From: nijs . michael
Date: Wed Apr 06 2011 - 15:15:04 EST


From: Michael Nijs <nijs.michael@xxxxxxxxx>

Fixed code styling issue.

Signed-off-by: Michael Nijs <nijs.michael@xxxxxxxxx>
---
drivers/staging/iio/accel/sca3000_ring.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/iio/accel/sca3000_ring.c b/drivers/staging/iio/accel/sca3000_ring.c
index fd1c844..c872fdd 100644
--- a/drivers/staging/iio/accel/sca3000_ring.c
+++ b/drivers/staging/iio/accel/sca3000_ring.c
@@ -91,7 +91,7 @@ static int sca3000_rip_hw_rb(struct iio_ring_buffer *r,

/* Convert byte order and shift to default resolution */
if (st->bpse == 11) {
- samples = (s16 *)(*data+1);
+ samples = (s16*)(*data+1);
for (i = 0; i < (num_read/2); i++) {
samples[i] = be16_to_cpup(
(__be16 *)&(samples[i]));
--
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/