提交 8d80ccbb 编写于 作者: E Eva Rachel Retuya 提交者: Greg Kroah-Hartman

staging: iio: resolver: use blank line after array declaration

Add a blank line after array declaration. This clears the checkpatch
check:

CHECK: Please use a blank line after function/struct/union/enum
declarations
Signed-off-by: NEva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 cdd6dee0
...@@ -98,6 +98,7 @@ static const int ad2s1210_mode_vals[4][2] = { ...@@ -98,6 +98,7 @@ static const int ad2s1210_mode_vals[4][2] = {
[MOD_VEL] = { 0, 1 }, [MOD_VEL] = { 0, 1 },
[MOD_CONFIG] = { 1, 0 }, [MOD_CONFIG] = { 1, 0 },
}; };
static inline void ad2s1210_set_mode(enum ad2s1210_mode mode, static inline void ad2s1210_set_mode(enum ad2s1210_mode mode,
struct ad2s1210_state *st) struct ad2s1210_state *st)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册