[PATCH] sched: Change all 4 space tabs to actual tabs

2020-10-30 Thread John B. Wyatt IV
by the conversion to tabs. Issues reported by checkpatch. Signed-off-by: John B. Wyatt IV --- .../testing/selftests/sched/test_coresched.c | 998 +- 1 file changed, 499 insertions(+), 499 deletions(-) diff --git a/tools/testing/selftests/sched/test_coresched.c b/tools/testing/selftests

[PATCH 3/8] sched: Fix some style issues in test_coresched.c

2020-10-28 Thread John B. Wyatt IV
spaces instead of tabs in this file. I am currently fixing these specific issues in this patch. Signed-off-by: John B. Wyatt IV --- tools/testing/selftests/sched/test_coresched.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/testing/selftests/sched/test_coresched.c

[PATCH 4/8] sched: Remove unused else

2020-10-28 Thread John B. Wyatt IV
Silences suspect code warning. Issue reported by checkpatch. Signed-off-by: John B. Wyatt IV --- kernel/sched/coretag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/coretag.c b/kernel/sched/coretag.c index c9b0afc5..11139dbed648 100644 --- a/kernel/sched

[PATCH 6/8] sched: Remove unneeded braces

2020-10-28 Thread John B. Wyatt IV
Remove unneeded braces and the spaces for the bottom brace to silence checkpatch warnings. Issue reported by checkpatch. Signed-off-by: John B. Wyatt IV --- kernel/sched/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c

[PATCH 5/8] sched: Add newline after declaration

2020-10-28 Thread John B. Wyatt IV
Silences checkpatch warning. Issue reported by checkpatch. Signed-off-by: John B. Wyatt IV --- kernel/sched/coretag.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sched/coretag.c b/kernel/sched/coretag.c index 11139dbed648..6d17d11cb46f 100644 --- a/kernel/sched/coretag.c +++ b

[PATCH 0/8] Style and small fixes for core-scheduling

2020-10-28 Thread John B. Wyatt IV
'else'. All issues were reported by checkpatch. I am a new Linux kernel developer interning with the Outreachy project. Please feel free to advise on any corrections or improvements that can be made. John B. Wyatt IV (8): sched: Correct misspellings in core-scheduling.rst sched: Fix bad

[PATCH 1/8] sched: Correct misspellings in core-scheduling.rst

2020-10-28 Thread John B. Wyatt IV
'priorty', 'guarenteed', 'guarentee' should be: priority, guaranteed, guarantee. Issue reported by checkpatch. Signed-off-by: John B. Wyatt IV --- Documentation/admin-guide/hw-vuln/core-scheduling.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation

[PATCH 2/8] sched: Fix bad function definition

2020-10-28 Thread John B. Wyatt IV
main() should have a void. Issue reported by checkpatch. Signed-off-by: John B. Wyatt IV --- tools/testing/selftests/sched/test_coresched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/sched/test_coresched.c b/tools/testing/selftests/sched

[PATCH 8/8] sched: Add newlines after declarations

2020-10-28 Thread John B. Wyatt IV
Silences checkpatch warnings. Issue reported by checkpatch. Signed-off-by: John B. Wyatt IV --- kernel/sched/core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 7bf20110fdf5..b38cdb54ec81 100644 --- a/kernel/sched/core.c +++ b/kernel

[PATCH 7/8] sched: Replace spaces with tabs

2020-10-28 Thread John B. Wyatt IV
Matches the convention of the surrounding code. Issue reported by checkpatch. Signed-off-by: John B. Wyatt IV --- arch/x86/include/asm/thread_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/thread_info.h b/arch/x86/include/asm/thread_info.h

[PATCH] Staging: vt6655: aes_ccmp: fixed a brace coding style

2013-06-20 Thread John B. Wyatt IV
From: "John B. Wyatt IV" Fixed a coding style issue. Signed-off-by: John B. Wyatt IV --- drivers/staging/vt6655/aes_ccmp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6655/aes_ccmp.c b/drivers/staging/vt6655/aes_ccmp.c index 360814

[PATCH] Staging: vt6655: aes_ccmp: fixed a brace coding style

2013-06-20 Thread John B. Wyatt IV
From: John B. Wyatt IV sageofredo...@gmail.com Fixed a coding style issue. Signed-off-by: John B. Wyatt IV sageofredo...@gmail.com --- drivers/staging/vt6655/aes_ccmp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6655/aes_ccmp.c b/drivers/staging

[PATCH] Acpi: acpica: acmacros: fixed a semicolon formatting issue.

2013-06-18 Thread John B. Wyatt IV
From: "John B. Wyatt IV" Formatting patch: fixes all "space required after that ';'" errors in acmarcos.h. Please note this only fixes 12 out of 64 errors as reported by ./scripts/checkpatch.pl --- drivers/acpi/acpica/acmacros.h | 24 1 file ch

[PATCH] Acpi: acpica: acmacros: fixed a semicolon formatting issue.

2013-06-18 Thread John B. Wyatt IV
From: John B. Wyatt IV sageofredo...@gmail.com Formatting patch: fixes all space required after that ';' errors in acmarcos.h. Please note this only fixes 12 out of 64 errors as reported by ./scripts/checkpatch.pl --- drivers/acpi/acpica/acmacros.h | 24 1 file changed