Re: [PATCH] linux/slab.h: fix three off-by-one typos in comment

2015-04-23 Thread Christoph Lameter
On Thu, 23 Apr 2015, Rasmus Villemoes wrote: > The first is a keyboard-off-by-one, the other two the ordinary mathy > kind. Acked-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH] linux/slab.h: fix three off-by-one typos in comment

2015-04-23 Thread Rasmus Villemoes
The first is a keyboard-off-by-one, the other two the ordinary mathy kind. Signed-off-by: Rasmus Villemoes --- include/linux/slab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/slab.h b/include/linux/slab.h index ffd24c830151..a99f0e5243e1 100644 --- a/in