From 41cb2db62627a7438d938aae487550c3f4acb1da Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 12 Jul 2018 15:36:11 +0100 Subject: [PATCH] xen: oprofile/nmi_int.c: Drop unwanted sexual reference This is not really very nice. This line doesn't have much value in itself. The rest of this comment block is pretty clear what it wants to convey. So delete it. (While we are here, adopt the CODING_STYLE-mandated formatting.) Signed-off-by: Ian Jackson Acked-by: Wei Liu Acked-by: Lars Kurth Acked-by: George Dunlap --- v3: Restore erroneously-dropped tab. v2: Delete the comment entirely. --- xen/arch/x86/oprofile/nmi_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/oprofile/nmi_int.c b/xen/arch/x86/oprofile/nmi_int.c index d8f5230906..3dfb8fef93 100644 --- a/xen/arch/x86/oprofile/nmi_int.c +++ b/xen/arch/x86/oprofile/nmi_int.c @@ -182,7 +182,7 @@ int nmi_reserve_counters(void) if (!allocate_msrs()) return -ENOMEM; - /* We walk a thin line between law and rape here. + /* * We need to be careful to install our NMI handler * without actually triggering any NMIs as this will * break the core code horrifically. -- 2.30.2