aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2021-12-15 11:18:35 -0800
committerCatalin Marinas <[email protected]>2022-01-05 11:51:01 +0000
commit89d30b11507db7c24fe54cd4ccc498c145406028 (patch)
treeaa1fd19bc2753af26e7538f54bffe248312f2d7f
parent38e0257e0e6f4fef2aa2966b089b56a8b1cfb75c (diff)
arm64: Drop outdated links in comments
As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links with lore"), an effort was made to replace lkml.org links with lore to better use a single source that's more likely to stay available long-term. However, it seems these links don't offer much value here, so just remove them entirely. Cc: Joe Perches <[email protected]> Suggested-by: Will Deacon <[email protected]> Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/ Signed-off-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected] [[email protected]: removed the arch/arm changes] Signed-off-by: Catalin Marinas <[email protected]>
-rw-r--r--arch/arm64/kernel/hibernate.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/kernel/hibernate.c b/arch/arm64/kernel/hibernate.c
index 2758f75d6809..6328308be272 100644
--- a/arch/arm64/kernel/hibernate.c
+++ b/arch/arm64/kernel/hibernate.c
@@ -7,10 +7,6 @@
* Ubuntu project, hibernation support for mach-dove
* Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
* Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
- * https://lkml.org/lkml/2010/6/18/4
- * https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
- * https://patchwork.kernel.org/patch/96442/
- *
* Copyright (C) 2006 Rafael J. Wysocki <[email protected]>
*/
#define pr_fmt(x) "hibernate: " x