From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C4E0C65BAF for ; Fri, 30 Nov 2018 19:27:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E9992145D for ; Fri, 30 Nov 2018 19:27:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E9992145D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726802AbeLAGiF (ORCPT ); Sat, 1 Dec 2018 01:38:05 -0500 Received: from mga12.intel.com ([192.55.52.136]:46972 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726057AbeLAGiE (ORCPT ); Sat, 1 Dec 2018 01:38:04 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Nov 2018 11:27:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,299,1539673200"; d="scan'208";a="279426271" Received: from jsakkine-mobl1.jf.intel.com (HELO localhost) ([10.241.225.27]) by orsmga005.jf.intel.com with ESMTP; 30 Nov 2018 11:27:44 -0800 From: Jarkko Sakkinen To: linux-kernel@vger.kernel.org Cc: Jarkko Sakkinen , Sam Creasey , Geert Uytterhoeven , linux-m68k@lists.linux-m68k.org (open list:M68K ARCHITECTURE) Subject: [PATCH RFC 04/15] m68k: replace **** with a hug Date: Fri, 30 Nov 2018 11:27:13 -0800 Message-Id: <20181130192737.15053-5-jarkko.sakkinen@linux.intel.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181130192737.15053-1-jarkko.sakkinen@linux.intel.com> References: <20181130192737.15053-1-jarkko.sakkinen@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In order to comply with the CoC, replace **** with a hug. Signed-off-by: Jarkko Sakkinen --- arch/m68k/include/asm/sun3ints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/include/asm/sun3ints.h b/arch/m68k/include/asm/sun3ints.h index 309d6e6a1374..90206bcfebb6 100644 --- a/arch/m68k/include/asm/sun3ints.h +++ b/arch/m68k/include/asm/sun3ints.h @@ -27,7 +27,7 @@ extern void sun3_enable_interrupts (void); extern void sun3_disable_interrupts (void); extern volatile unsigned char* sun3_intreg; -/* master list of VME vectors -- don't fuck with this */ +/* master list of VME vectors -- don't hug with this */ #define SUN3_VEC_FLOPPY (IRQ_USER+0) #define SUN3_VEC_VMESCSI0 (IRQ_USER+0) #define SUN3_VEC_VMESCSI1 (IRQ_USER+1) -- 2.19.1