xen: oprofile/nmi_int.c: Drop unwanted sexual reference
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 12 Jul 2018 14:36:11 +0000 (15:36 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 12 Jul 2018 15:38:30 +0000 (16:38 +0100)
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 <Ian.Jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Lars Kurth <lars.kurth.xen@gmail.com>
Acked-by: George Dunlap <dunlapg@umich.edu
Acked-by: Jan Beulich <JBeulich@suse.com>
---
v3: Restore erroneously-dropped tab.
v2: Delete the comment entirely.

xen/arch/x86/oprofile/nmi_int.c

index d8f5230906f8945bbc9f4af4f33e8abfc3dfe31e..3dfb8fef938ca1036ca774ecf78dae10d2e52ac9 100644 (file)
@@ -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.