summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-16 10:43:00 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:23:17 -0300
commitdbe82e06138f3630027e2bc27a47c79f74693850 (patch)
treee6d59aa2cc1580e1846627349ad80043f541a50f /drivers/media/dvb-frontends/drx39xyj/drx_driver.h
parent61263c751bafaecb3a23a7f9db05db9addc5f0f6 (diff)
downloadop-kernel-dev-dbe82e06138f3630027e2bc27a47c79f74693850.zip
op-kernel-dev-dbe82e06138f3630027e2bc27a47c79f74693850.tar.gz
[media] drx-j: fix whitespacing on pointer parmameters
Patch generated with this script: for i in drivers/media/dvb-frontends/drx39xyj/*.[ch]; do perl -ne 's,(enum|struct|void|int|u32|u64|u16|u8|s8|s16|s32|s64)\s+(\S+)\s+\*[ ]+,\1 \2 *,g; print $_' <$i >a && mv a $i; done Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj/drx_driver.h')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drx_driver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
index 1e906b8..fddf491 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h
@@ -237,9 +237,9 @@ struct tuner_ops {
struct tuner_instance {
struct i2c_device_addr myI2CDevAddr;
- struct tuner_common * myCommonAttr;
+ struct tuner_common *myCommonAttr;
void *myExtAttr;
- struct tuner_ops * myFunct;
+ struct tuner_ops *myFunct;
};
@@ -257,7 +257,7 @@ int DRXBSP_TUNER_GetFrequency(struct tuner_instance *tuner,
s32 * IFfrequency);
int DRXBSP_TUNER_LockStatus(struct tuner_instance *tuner,
- enum tuner_lock_status * lockStat);
+ enum tuner_lock_status *lockStat);
int DRXBSP_TUNER_DefaultI2CWriteRead(struct tuner_instance *tuner,
struct i2c_device_addr *wDevAddr,
@@ -1223,7 +1223,7 @@ STRUCTS
typedef struct {
u32 *symbolrate; /**< list of symbolrates to scan */
u16 symbolrateSize; /**< size of symbolrate array */
- enum drx_modulation * constellation;
+ enum drx_modulation *constellation;
/**< list of constellations */
u16 constellationSize; /**< size of constellation array */
u16 ifAgcThreshold; /**< thresholf for IF-AGC based
OpenPOWER on IntegriCloud