From: Andrew Morton ERROR: use tabs not spaces #67: FILE: mm/slub.c:695: +^I^I^I ^Ip + s->objsize - 1, POISON_END, 1)))$ total: 1 errors, 0 warnings, 166 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Christoph Lameter Cc: Pekka Enberg Signed-off-by: Andrew Morton --- mm/slub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/slub.c~slub-fix-coding-style-violations-checkpatch-fixes mm/slub.c --- a/mm/slub.c~slub-fix-coding-style-violations-checkpatch-fixes +++ a/mm/slub.c @@ -692,7 +692,7 @@ static int check_object(struct kmem_cach (!check_bytes_and_report(s, page, p, "Poison", p, POISON_FREE, s->objsize - 1) || !check_bytes_and_report(s, page, p, "Poison", - p + s->objsize - 1, POISON_END, 1))) + p + s->objsize - 1, POISON_END, 1))) return 0; /* * check_pad_bytes cleans up on its own. _