staging: iio: frequency: add new line after declarations
This fixes the checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Roxana Blaj <roxanagabriela10@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bb49a0f9b7
commit
580885415e
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
static unsigned int ad9834_calc_freqreg(unsigned long mclk, unsigned long fout)
|
static unsigned int ad9834_calc_freqreg(unsigned long mclk, unsigned long fout)
|
||||||
{
|
{
|
||||||
unsigned long long freqreg = (u64) fout * (u64) (1 << AD9834_FREQ_BITS);
|
unsigned long long freqreg = (u64) fout * (u64) (1 << AD9834_FREQ_BITS);
|
||||||
|
|
||||||
do_div(freqreg, mclk);
|
do_div(freqreg, mclk);
|
||||||
return freqreg;
|
return freqreg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue