iio: dac: ad5380: align '*' each line and drop unneeded blank line
Tidy up a missing space before */ and a unwanted blank line between function documentation and code. Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20220621092319.69598-1-jiangjian@cdjrlc.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
2a5bf05f12
commit
6581672896
@ -36,8 +36,7 @@
|
|||||||
* @channel_template: channel specification template
|
* @channel_template: channel specification template
|
||||||
* @num_channels: number of channels
|
* @num_channels: number of channels
|
||||||
* @int_vref: internal vref in uV
|
* @int_vref: internal vref in uV
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct ad5380_chip_info {
|
struct ad5380_chip_info {
|
||||||
struct iio_chan_spec channel_template;
|
struct iio_chan_spec channel_template;
|
||||||
unsigned int num_channels;
|
unsigned int num_channels;
|
||||||
@ -53,7 +52,6 @@ struct ad5380_chip_info {
|
|||||||
* @pwr_down: whether the chip is currently in power down mode
|
* @pwr_down: whether the chip is currently in power down mode
|
||||||
* @lock: lock to protect the data buffer during regmap ops
|
* @lock: lock to protect the data buffer during regmap ops
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct ad5380_state {
|
struct ad5380_state {
|
||||||
struct regmap *regmap;
|
struct regmap *regmap;
|
||||||
const struct ad5380_chip_info *chip_info;
|
const struct ad5380_chip_info *chip_info;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user