Fix for a style warning reported by checkpatch.pl in KConfig
suggesting to use 'help' instead of '---help---'.
Signed-off-by: Cristian Kubis
---
drivers/staging/olpc_dcon/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/
Series of patches fixing two different kinds of style warnings in olpc_dcon
as reported by checkpatch.pl.
Cristian Kubis (2):
staging: olpc_dcon: prefer 'help' in KConfig
staging: olpc_dcon: add missing identifier names
drivers/staging/olpc_dcon/Kconfig | 6 +++---
drive
Add missing function argument identifier names as suggested by
checkpatch.pl.
Signed-off-by: Cristian Kubis
---
drivers/staging/olpc_dcon/olpc_dcon.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/olpc_dcon/olpc_dcon.h
b/drivers/staging/olpc_dcon