Commit 65816728 authored by Jiang Jian's avatar Jiang Jian Committed by Jonathan Cameron
Browse files

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: default avatarJiang Jian <jiangjian@cdjrlc.com>
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20220621092319.69598-1-jiangjian@cdjrlc.com


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 2a5bf05f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
 * @num_channels:	number of channels
 * @int_vref:		internal vref in uV
 */

struct ad5380_chip_info {
	struct iio_chan_spec	channel_template;
	unsigned int		num_channels;
@@ -53,7 +52,6 @@ struct ad5380_chip_info {
 * @pwr_down:		whether the chip is currently in power down mode
 * @lock:		lock to protect the data buffer during regmap ops
 */

struct ad5380_state {
	struct regmap			*regmap;
	const struct ad5380_chip_info	*chip_info;