[PATCH] staging: lustre: lustre: lov: Added space

2016-01-16 Thread Anjali Menon
Added a spaces around '|' to fix the check detected by checkpatch.pl CHECK: spaces preferred around that '|' (ctx:VxV) Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/lov/lov_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] staging: emxx_udc: Alligned to match '('

2016-01-16 Thread Anjali Menon
Allignment matched to the open parenthesis to avoid the check detected by the checkpatch.pl. CHECK: Alignment should match open parenthesis Signed-off-by: Anjali Menon --- drivers/staging/emxx_udc/emxx_udc.c | 38 ++--- 1 file changed,

[PATCH] Staging: wlan-ng: prism2mgmt.h: Coding style warning fix for block comments

2016-01-16 Thread YU Bo
This patch is to prism2mgmt.h file that fixes up following warnings reported by checkpatch.pl: A): Block comments use a trailing */ on a separate line Signed-off-by: YU BO --- drivers/staging/wlan-ng/prism2mgmt.h |8 1 file changed, 4 insertions(+), 4

[PATCH] Staging:speakup:add space around '|'

2016-01-16 Thread Bhumika Goyal
Fix checkpatch.pl check:CHECK: spaces preferred around that '|'. Add spaces around operands to fix these warnings. Signed-off-by: Bhumika Goyal --- drivers/staging/speakup/speakup_decext.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff

[PATCH RESEND v2] staging/slicoss: Use ethtool_ops instead of module_param.

2016-01-16 Thread Kevin Wern
ethtool_ops has attributes in sub struct ethtool_coalesce that correspond to the parameters intagg_delay and dynamic_intagg. It is preferable to set these properties with ethtool rather than module_param, so create these attributes in adapter and set them using ethtool_coalesce's rx_coalesce_usecs