mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 17:35:36 -04:00
staging: comedi: ni_660x: checkpatch.pl cleanup (missing blank line)
Fix the checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
385aea358f
commit
c4c2c67a7a
@@ -161,6 +161,7 @@ enum ni_660x_register {
|
||||
static inline unsigned IOConfigReg(unsigned pfi_channel)
|
||||
{
|
||||
unsigned reg = NI660X_IO_CFG_0_1 + pfi_channel / 2;
|
||||
|
||||
BUG_ON(reg > NI660X_IO_CFG_38_39);
|
||||
return reg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user