Commit 4a613ad4 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Greg Kroah-Hartman

staging: iio: accel: add blank lines after function definitions

This patch add blank lines after functions definitions in
order to follow the linux coding style.
Signed-off-by: default avatarIoana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 89ea25c7
......@@ -550,6 +550,7 @@ static ssize_t sca3000_read_av_freq(struct device *dev,
error_ret:
return ret;
}
/**
* __sca3000_get_base_freq() obtain mode specific base frequency
*
......@@ -864,6 +865,7 @@ static int sca3000_read_event_config(struct iio_dev *indio_dev,
return ret;
}
/**
* sca3000_query_free_fall_mode() is free fall mode enabled
**/
......
......@@ -307,6 +307,7 @@ int __sca3000_hw_ring_state_set(struct iio_dev *indio_dev, bool state)
return ret;
}
/**
* sca3000_hw_ring_preenable() hw ring buffer preenable function
*
......
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