[PATCH] security: keys: compat: fixed coding issue

2018-01-17 Thread Robert Donald Rickett
This fixes a WARNING: Prefer 'unsigned int'. Signed-off-by: Robert Donald Rickett --- security/keys/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/keys/compat.c b/security/keys/compat.c index e87c89c0177c..c68b603d9b40 100644 --- a/security/key

[PATCH] scripts: kconfig: menu: fixed a coding style issue

2018-01-15 Thread Robert Donald Rickett
Fixed coding style issue. Signed-off-by: Robert Donald Rickett --- scripts/kconfig/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index e9357931b47d..62f03f4eb96d 100644 --- a/scripts/kconfig/menu.c +++ b/scripts

[PATCH] mm: memory: fixed a coding style issue

2018-01-15 Thread Robert Donald Rickett
This is a patch to the memory.c file that fixes the "ERROR: code indent should use tabs where possible" found by the checkpatch.pl tool. Signed-off-by: Robert Donald Rickett --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/memory.c b/mm/memo