mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02: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:
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user