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
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 deletions(-)
diff --git a/dri
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 --git a/drivers/stag
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, 18 insertions(+), 20 deleti
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 a/drivers/staging/lustre/lustre/lo