aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/max1363_ring.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/iio/adc/max1363_ring.c')
-rw-r--r--drivers/staging/iio/adc/max1363_ring.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/iio/adc/max1363_ring.c b/drivers/staging/iio/adc/max1363_ring.c
index a49b3d7aae9..b30d680bafa 100644
--- a/drivers/staging/iio/adc/max1363_ring.c
+++ b/drivers/staging/iio/adc/max1363_ring.c
@@ -68,7 +68,7 @@ error_ret:
68} 68}
69 69
70/** 70/**
71 * max1363_ring_preenable() setup the parameters of the ring before enabling 71 * max1363_ring_preenable() - setup the parameters of the ring before enabling
72 * 72 *
73 * The complex nature of the setting of the nuber of bytes per datum is due 73 * The complex nature of the setting of the nuber of bytes per datum is due
74 * to this driver currently ensuring that the timestamp is stored at an 8 74 * to this driver currently ensuring that the timestamp is stored at an 8
@@ -106,7 +106,7 @@ static int max1363_ring_preenable(struct iio_dev *indio_dev)
106} 106}
107 107
108/** 108/**
109 * max1363_ring_postenable() typical ring post enable 109 * max1363_ring_postenable() - typical ring post enable
110 * 110 *
111 * Only not moved into the core for the hardware ring buffer cases 111 * Only not moved into the core for the hardware ring buffer cases
112 * that are more sophisticated. 112 * that are more sophisticated.
@@ -120,7 +120,7 @@ static int max1363_ring_postenable(struct iio_dev *indio_dev)
120} 120}
121 121
122/** 122/**
123 * max1363_ring_predisable() runs just prior to ring buffer being disabled 123 * max1363_ring_predisable() - runs just prior to ring buffer being disabled
124 * 124 *
125 * Typical predisable function which ensures that no trigger events can 125 * Typical predisable function which ensures that no trigger events can
126 * occur before we disable the ring buffer (and hence would have no idea 126 * occur before we disable the ring buffer (and hence would have no idea
@@ -136,7 +136,7 @@ static int max1363_ring_predisable(struct iio_dev *indio_dev)
136} 136}
137 137
138/** 138/**
139 * max1363_poll_func_th() th of trigger launched polling to ring buffer 139 * max1363_poll_func_th() - th of trigger launched polling to ring buffer
140 * 140 *
141 * As sampling only occurs on i2c comms occuring, leave timestamping until 141 * As sampling only occurs on i2c comms occuring, leave timestamping until
142 * then. Some triggers will generate their own time stamp. Currently 142 * then. Some triggers will generate their own time stamp. Currently
@@ -151,7 +151,7 @@ static void max1363_poll_func_th(struct iio_dev *indio_dev)
151 return; 151 return;
152} 152}
153/** 153/**
154 * max1363_poll_bh_to_ring() bh of trigger launched polling to ring buffer 154 * max1363_poll_bh_to_ring() - bh of trigger launched polling to ring buffer
155 * @work_s: the work struct through which this was scheduled 155 * @work_s: the work struct through which this was scheduled
156 * 156 *
157 * Currently there is no option in this driver to disable the saving of 157 * Currently there is no option in this driver to disable the saving of