OSDN Git Service

samples/kprobes: Remove misleading comment
authorMarc Koderer <marc@koderer.com>
Mon, 28 Dec 2020 06:04:15 +0000 (07:04 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 11 Jan 2021 20:33:06 +0000 (13:33 -0700)
The example file supports many architectures not only x86 and PPC.

Signed-off-by: Marc Koderer <marc@koderer.com>
Cc: trivial@kernel.org
Link: https://lore.kernel.org/r/20201228060415.2194-1-marc@koderer.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
samples/kprobes/kprobe_example.c

index 365905c..192aa68 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * NOTE: This example is works on x86 and powerpc.
  * Here's a sample kernel module showing the use of kprobes to dump a
  * stack trace and selected registers when kernel_clone() is called.
  *