From: Andrew Morton Date: Wed, 28 Sep 2011 00:50:22 +0000 (+1000) Subject: mm-add-extra-free-kbytes-tunable-update-checkpatch-fixes X-Git-Tag: next-20110929~2^2~142 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=11d2f9331665df867295306fd24a33c1360a521c;p=karo-tx-linux.git mm-add-extra-free-kbytes-tunable-update-checkpatch-fixes ERROR: trailing whitespace #98: FILE: mm/page_alloc.c:5303: + * free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so $ ERROR: trailing whitespace #103: FILE: mm/page_alloc.c:5307: +int free_kbytes_sysctl_handler(ctl_table *table, int write, $ ERROR: need consistent spacing around '*' (ctx:WxV) #103: FILE: mm/page_alloc.c:5307: +int free_kbytes_sysctl_handler(ctl_table *table, int write, ^ total: 3 errors, 0 warnings, 69 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-add-extra-free-kbytes-tunable-update.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Rik van Riel Signed-off-by: Andrew Morton <> --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index fa1a7c90b119..bf4399a7f055 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -5300,11 +5300,11 @@ int __meminit init_per_zone_wmark_min(void) module_init(init_per_zone_wmark_min) /* - * free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so + * free_kbytes_sysctl_handler - just a wrapper around proc_dointvec() so * that we can call two helper functions whenever min_free_kbytes * or extra_free_kbytes changes. */ -int free_kbytes_sysctl_handler(ctl_table *table, int write, +int free_kbytes_sysctl_handler(ctl_table *table, int write, void __user *buffer, size_t *length, loff_t *ppos) { proc_dointvec(table, write, buffer, length, ppos);