samples/kprobes: Remove misleading comment
[linux-2.6-microblaze.git] / 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.
  *