xen: oprofile/nmi_int.c: Drop unwanted sexual reference
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 30 Jul 2018 09:20:44 +0000 (11:20 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 30 Jul 2018 09:20:44 +0000 (11:20 +0200)
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>
master commit: 41cb2db62627a7438d938aae487550c3f4acb1da
master date: 2018-07-12 16:38:30 +0100

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.