Blob Blame History Raw
From 7d953a623c634d015244a6e7f726c2031b5e41f8 Mon Sep 17 00:00:00 2001
From: Matthew Wilcox <willy@infradead.org>
Date: Tue, 11 Aug 2020 18:34:23 -0700
Subject: [PATCH] include/linux/poison.h: remove obsolete comment

Patch-mainline: v5.9
References: git fixes (poison)
Git-commit: 9e58c5e2fcd8d8d8820ea277e0f577f563eed1f1

When the definition was changed, the comment became stale.  Just remove
it since there isn't anything useful to say here.

Fixes: b8a0255db958 ("include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers")
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Vasily Kulikov <segoon@openwall.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20200730174108.GJ23808@casper.infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Mel Gorman <mgorman@suse.de>
---
 include/linux/poison.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/linux/poison.h b/include/linux/poison.h
index a39540326417..74ebc38538aa 100644
--- a/include/linux/poison.h
+++ b/include/linux/poison.h
@@ -23,10 +23,6 @@
 #define LIST_POISON2  ((void *) 0x200 + POISON_POINTER_DELTA)
 
 /********** include/linux/timer.h **********/
-/*
- * Magic number "tsta" to indicate a static timer initializer
- * for the object debugging code.
- */
 #define TIMER_ENTRY_STATIC	((void *) 0x300 + POISON_POINTER_DELTA)
 
 /********** mm/debug-pagealloc.c **********/