[PATCH] staging: lustre: Fix incompatible argument in osc_match_base

2017-02-16 Thread mrossibellom
From: Maxime Rossi Bellom sparse warn about _u32 used for two arguments in function osc_match_base instead of enum ldlm_type and enum ldlm_mode as used in the prototype. Signed-off-by: Maxime Rossi Bellom ---

[PATCH] staging: lustre: lnet: Fix coding style errors

2017-01-27 Thread mrossibellom
From: Maxime Rossi Bellom Replace a mix of tabs and spaces indentation by tabs only. Errors were reported by checkpatch.pl as WARNING: Statements should start on a tabstop WARNING: suspect code indent for conditional statement Signed-off-by: Maxime Rossi Bellom

[PATCH] greybus: Fix coding stye error

2017-01-27 Thread mrossibellom
From: Maxime Rossi Bellom Split line before funtion argument. Error was reported by checkpatch.pl as WARNING: line over 80 characters Signed-off-by: Maxime Rossi Bellom --- drivers/staging/greybus/fw-management.c | 3 ++- 1 file changed, 2