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: Ioana Ciornei <ciorneiioana@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ioana Ciornei
2015-10-29 01:01:51 +02:00
committed by Greg Kroah-Hartman
parent 89ea25c7ae
commit 4a613ad42d
2 changed files with 3 additions and 0 deletions

View File

@@ -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 @@ error_ret:
return ret;
}
/**
* sca3000_query_free_fall_mode() is free fall mode enabled
**/

View File

@@ -307,6 +307,7 @@ error_ret:
return ret;
}
/**
* sca3000_hw_ring_preenable() hw ring buffer preenable function
*