From: Hugues Morisset
fix coding style issues including:
* Better alignement of some structures
* Fonction pointer with wrong style
* Remove enums declarations
* A missing empty line
Hugues Morisset (3):
staging: lustre: fix coding style on long lines and a missing
empty line
From: Hugues Morisset
Signed-off-by: Hugues Morisset
---
drivers/staging/lustre/lustre/include/obd.h | 34 +++--
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/drivers/staging/lustre/lustre/include/obd.h
b/drivers/staging/lustre/lustre/include/obd.h
From: Hugues Morisset
Signed-off-by: Hugues Morisset
---
drivers/staging/lustre/lustre/include/obd.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/lustre/lustre/include/obd.h
b/drivers/staging/lustre/lustre/include/obd.h
index 7f2b8cb..318aec9
From: Hugues Morisset
Signed-off-by: Hugues Morisset
---
drivers/staging/lustre/lustre/include/obd.h | 10 +++---
drivers/staging/lustre/lustre/lmv/lmv_obd.c | 2 +-
drivers/staging/lustre/lustre/lmv/lproc_lmv.c | 6 +++---
3 files changed, 7 insertions(+), 11 deletions(-)
diff