mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
staging: comedi: daqboard2000: add blank line after struct declaration
Fix checkpatch issue: "CHECK: Please use a blank line after function/struct/union/enum declarations". Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0f2ee9bea7
commit
4044ceb454
@@ -264,6 +264,7 @@ struct daq200_boardtype {
|
||||
const char *name;
|
||||
int id;
|
||||
};
|
||||
|
||||
static const struct daq200_boardtype boardtypes[] = {
|
||||
{"ids2", DAQBOARD2000_SUBSYSTEM_IDS2},
|
||||
{"ids4", DAQBOARD2000_SUBSYSTEM_IDS4},
|
||||
|
||||
Reference in New Issue
Block a user