Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4344507imu; Sun, 25 Nov 2018 01:34:16 -0800 (PST) X-Google-Smtp-Source: AJdET5dV4Jrm38QJ1Cq5K5k4ccG7E3Eq5QTnFWW9SkpbJA6eOO2z702NGtw1/MPGr8y/42NJS6zC X-Received: by 2002:a62:15c3:: with SMTP id 186mr23747353pfv.240.1543138456570; Sun, 25 Nov 2018 01:34:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543138456; cv=none; d=google.com; s=arc-20160816; b=q6UuwqWc2vVvGMkfgnsgt83O4i5yjqXnuvqhGqVUcrdTHdiqZWeFQWwSBXBvbbmWPy pK1ykWbo54rbHMmDmZX9Z64gX6qdCj3EhGTvWRs5IXh+IyOUaRSVvPLFudQXwPjopDc5 SF49+em2X3zHyXoQagKfANNiMKJwqgusutoMWD/aD3qYVsCudej4QjebA4EMAnm4B6NH 2EPL3oNA+5MDZsEgObTmQiL16DiwG8NnACSyX+PmTWnT+rKf0UnJkdVCownio5wXUGIX Fpo9ELqHEFGBQxCYl1WV7GNVkXjIeEhMHct2j5HYJweqNVqmb1uZCihRVefCv5WGsZv8 jFEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=2ugD0y6Lq4ENxC1v5HvMJelQkdnWtgUT+XanGCaBff4=; b=F8hFRS/JeIdZTLj1btamGcRf/57eXzWDlosFn75fg+4G3ka0uEB+0oIh3b3arCyMXB QHs2zJn2+UgSHFCMDlLQKHNtMf54mT9RUxRO8BGMSfjojfjaW5aU9p40rb8gpQsYVgdQ xq2CO1UfZipxn1hel6rF+Pq6eVBGkiysDEyd3HIHWWVPf4l36pvKmWkAXDS/T6tPVnmc Y1rYwvmL8u+cEz6fUtppHli2X6RZ6+6me0wGE06O5OE097qqw6U9GYXum20G6wWvgHcZ zqHUNhcsYFAJu/X+AlFS23GpwgC8Fe+GpBTxSTr8SfmcntT937EWdjSzJiVYr/SfbOjl dDiQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y73si56435648pgd.478.2018.11.25.01.34.01; Sun, 25 Nov 2018 01:34:16 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727224AbeKYUYI (ORCPT + 99 others); Sun, 25 Nov 2018 15:24:08 -0500 Received: from smtprz15.163.net ([106.3.154.248]:25338 "EHLO smtp.tom.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726859AbeKYUYH (ORCPT ); Sun, 25 Nov 2018 15:24:07 -0500 Received: from antispam1.tom.com (unknown [172.25.16.55]) by freemail01.tom.com (Postfix) with ESMTP id CCA171C81844 for ; Sun, 25 Nov 2018 17:33:14 +0800 (CST) Received: from antispam1.tom.com (antispam1.tom.com [127.0.0.1]) by antispam1.tom.com (Postfix) with ESMTP id BFB851001591 for ; Sun, 25 Nov 2018 17:33:14 +0800 (CST) X-Virus-Scanned: Debian amavisd-new at antispam1.tom.com Received: from antispam1.tom.com ([127.0.0.1]) by antispam1.tom.com (antispam1.tom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48IbBN16LtCc for ; Sun, 25 Nov 2018 17:33:14 +0800 (CST) Received: from localhost (unknown [222.209.17.68]) by antispam1.tom.com (Postfix) with ESMTPA id 935CF1001400; Sun, 25 Nov 2018 17:33:13 +0800 (CST) From: Liu Xiang To: openrisc@lists.librecores.org Cc: linux-kernel@vger.kernel.org, jonas@southpole.se, stefan.kristiansson@saunalahti.fi, shorne@gmail.com, liuxiang_1999@126.com, Liu Xiang Subject: [PATCH] openrisc: Add spaces around & operator Date: Sun, 25 Nov 2018 17:33:10 +0800 Message-Id: <1543138390-3726-1-git-send-email-liu.xiang6@zte.com.cn> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add spaces around '&' to follow kernel coding style. Signed-off-by: Liu Xiang --- arch/openrisc/include/asm/fixmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/openrisc/include/asm/fixmap.h b/arch/openrisc/include/asm/fixmap.h index 5a01595..75c7a77 100644 --- a/arch/openrisc/include/asm/fixmap.h +++ b/arch/openrisc/include/asm/fixmap.h @@ -55,7 +55,7 @@ enum fixed_addresses { #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE) #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT)) -#define __virt_to_fix(x) ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT) +#define __virt_to_fix(x) ((FIXADDR_TOP - ((x) & PAGE_MASK)) >> PAGE_SHIFT) /* * 'index to address' translation. If anyone tries to use the idx -- 1.9.1