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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 1CA27C4360C for ; Fri, 27 Sep 2019 22:19:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E223B2075D for ; Fri, 27 Sep 2019 22:19:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="mqHjHVUh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728461AbfI0WTm (ORCPT ); Fri, 27 Sep 2019 18:19:42 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:45684 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725306AbfI0WTl (ORCPT ); Fri, 27 Sep 2019 18:19:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=zx+e/HBMDy+pcTz129757XHA4z/rLCqlyvbp+zo2Zzw=; b=mqHjHVUhSGtHit8G+XVlzX0uB InNrEDEiqe1Qwqw5CNAMNVvE7DbhokoEHJ/xwSZ6yFDkOAsfvSq+dDdUNxPEonOwzvotF46U5TZMh SAMviSbtF6Hdg4Ii2XF925Zl7WmY2nbfd+gfZPhcjZVgzRHBvo97jfTjWEjcznY2G2dUMoEnzVg0t n0yAhNaE9mCpVWBBD12U5Sr3jM1vpB96PQo4lFVyqcdsWZ6BxGepKQDbghJwdny02OZM5984FfY0g 49o+0Nw+Ldddsz8lrQWyDWNQBgJXifiGcJj3Sf9NgsM3DpHfmoezh8CAwIR0xAUCEhCxflRY5bopq /TPY/VzgQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.2 #3 (Red Hat Linux)) id 1iDyaT-0001Ma-5y; Fri, 27 Sep 2019 22:19:41 +0000 Date: Fri, 27 Sep 2019 15:19:41 -0700 From: Christoph Hellwig To: Atish Patra Cc: linux-kernel@vger.kernel.org, Albert Ou , Alan Kao , Anup Patel , Palmer Dabbelt , Mike Rapoport , Paul Walmsley , Gary Guo , Greg Kroah-Hartman , linux-riscv@lists.infradead.org, Thomas Gleixner , Allison Randal Subject: Re: [PATCH v2 1/3] RISC-V: Mark existing SBI as 0.1 SBI. Message-ID: <20190927221941.GB4700@infradead.org> References: <20190927000915.31781-1-atish.patra@wdc.com> <20190927000915.31781-2-atish.patra@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190927000915.31781-2-atish.patra@wdc.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 26, 2019 at 05:09:13PM -0700, Atish Patra wrote: > -#define SBI_CALL(which, arg0, arg1, arg2, arg3) ({ \ > +#define SBI_CALL(which, arg0, arg1, arg2, arg3) ({ \ Spurious whitespace change.