提交 4044ceb4 编写于 作者: I Ian Abbott 提交者: Greg Kroah-Hartman

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: NIan Abbott <abbotti@mev.co.uk>
Reviewed-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 0f2ee9be
...@@ -264,6 +264,7 @@ struct daq200_boardtype { ...@@ -264,6 +264,7 @@ struct daq200_boardtype {
const char *name; const char *name;
int id; int id;
}; };
static const struct daq200_boardtype boardtypes[] = { static const struct daq200_boardtype boardtypes[] = {
{"ids2", DAQBOARD2000_SUBSYSTEM_IDS2}, {"ids2", DAQBOARD2000_SUBSYSTEM_IDS2},
{"ids4", DAQBOARD2000_SUBSYSTEM_IDS4}, {"ids4", DAQBOARD2000_SUBSYSTEM_IDS4},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册