Commit 32046837 authored by Marcelo Schmitt's avatar Marcelo Schmitt Committed by Jonathan Cameron

staging: iio: ad5933: change multi-line comment style

Make multi-line comments compliant with the preferred code style.
Signed-off-by: default avatarMarcelo Schmitt <marcelo.schmitt1@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 46c1eb4b
...@@ -474,7 +474,8 @@ static IIO_DEVICE_ATTR(out_voltage0_settling_cycles, 0644, ...@@ -474,7 +474,8 @@ static IIO_DEVICE_ATTR(out_voltage0_settling_cycles, 0644,
ad5933_store, ad5933_store,
AD5933_OUT_SETTLING_CYCLES); AD5933_OUT_SETTLING_CYCLES);
/* note: /*
* note:
* ideally we would handle the scale attributes via the iio_info * ideally we would handle the scale attributes via the iio_info
* (read|write)_raw methods, however this part is a untypical since we * (read|write)_raw methods, however this part is a untypical since we
* don't create dedicated sysfs channel attributes for out0 and in0. * don't create dedicated sysfs channel attributes for out0 and in0.
...@@ -572,7 +573,8 @@ static int ad5933_ring_postenable(struct iio_dev *indio_dev) ...@@ -572,7 +573,8 @@ static int ad5933_ring_postenable(struct iio_dev *indio_dev)
{ {
struct ad5933_state *st = iio_priv(indio_dev); struct ad5933_state *st = iio_priv(indio_dev);
/* AD5933_CTRL_INIT_START_FREQ: /*
* AD5933_CTRL_INIT_START_FREQ:
* High Q complex circuits require a long time to reach steady state. * High Q complex circuits require a long time to reach steady state.
* To facilitate the measurement of such impedances, this mode allows * To facilitate the measurement of such impedances, this mode allows
* the user full control of the settling time requirement before * the user full control of the settling time requirement before
...@@ -663,7 +665,8 @@ static void ad5933_work(struct work_struct *work) ...@@ -663,7 +665,8 @@ static void ad5933_work(struct work_struct *work)
} }
if (status & AD5933_STAT_SWEEP_DONE) { if (status & AD5933_STAT_SWEEP_DONE) {
/* last sample received - power down do /*
* last sample received - power down do
* nothing until the ring enable is toggled * nothing until the ring enable is toggled
*/ */
ad5933_cmd(st, AD5933_CTRL_POWER_DOWN); ad5933_cmd(st, AD5933_CTRL_POWER_DOWN);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment