From 5bc0b3589fbe333b06271acc6430fd7234c4ca7f Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 7 Jan 2008 23:20:27 -0800 Subject: [PATCH] SLUB: Use tabs not spaces 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/slub.c b/mm/slub.c index f125453..ca6fe7b 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -695,7 +695,7 @@ static int check_object(struct kmem_cache *s, struct page *page, (!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. -- debian.1.5.3.7.1-dirty