From: Ian Jackson Date: Thu, 12 Jul 2018 14:36:11 +0000 (+0100) Subject: xen: oprofile/nmi_int.c: Drop unwanted sexual reference X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3618 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=41cb2db62627a7438d938aae487550c3f4acb1da;p=xen.git 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. --- 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.