drivers/md/linear.h:12: ERROR: open brace '{' following struct go on the same line Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- drivers/md/linear.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/md/linear.h b/drivers/md/linear.h index 0ce29b6..3860fd8 100644 --- a/drivers/md/linear.h +++ b/drivers/md/linear.h @@ -8,8 +8,7 @@ struct dev_info { typedef struct dev_info dev_info_t; -struct linear_private_data -{ +struct linear_private_data { sector_t array_sectors; dev_info_t disks[0]; struct rcu_head rcu; -- 1.7.0.90.g251a4 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html