Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp267998ybt; Thu, 25 Jun 2020 21:58:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzQDCzENTqSsnAwLaoNo3aBQRSr/Czd9eSRJqJcI5mTiHGnOHPe6i5HIKj0gQSMCLWabAgi X-Received: by 2002:a17:906:538e:: with SMTP id g14mr996079ejo.300.1593147533124; Thu, 25 Jun 2020 21:58:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593147533; cv=none; d=google.com; s=arc-20160816; b=pkguQ0fTB+Rl9k1wMC0Uz8GewMDhvUEh0qMTIfvu3NKnEuiaxmMc6UIA3/Tw2Xr6Jr sZ/Rkq9/VVYwQLaS7aKE8ddiXcNOvpQm3PBmo6Mmpwv5v+/tDG2h2dVBCQoj00aGxQ77 NQj3Nmd7L6PRkSsmvAbgPaabuB7ltT09lIHsjIJrFLnKxD2MMRPJvyLEYV1yu1jOuQZe sa5y4eVYkYXFNLuUEcWNuWySVcihSHbWFoHDMKEpfDC8tk8H6XGKT0QuQ2SNYTUkcGxh Ha7VykFebnFDGTlclroPD0f80LXw7DMVOJ6WsmkfuWs9hLI2JxWGEMd+gxmfNzf+75n8 hK+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:references :in-reply-to:cc:to:from; bh=K6tuawDuUnqVBhIzFrv97Hq2Ahd2aAyVu6KEG5oT5Go=; b=oK5hp/Pll180giRb1IEj/bGS9owypLOhm/quxyYQbbPFZGH8Hm4e1uguYSxXT64jvM qzyWPLddBXmz1KD2GFoTG5FERk4qLUs/Uag9YZQ0T2aofDQMNLlLbRP+1wa++XMIOlGX aDPcIeKXjcvc+25JbKq3Nz0U2fAEy59zEp2eAFJ6YRlmSju43yQ2yk8m8ON5/PDgZtX/ j2T1ZngyBFsikqrhzKdwVCr9S3NgzcZP//HGmgEwdUOR+vXgJ8pPTXRgaDNyGB/JfzV4 Oc8XzsFtu5fmZbLCt25yElUqAR674XNzzvxjTpVQXJd7XL4afg2fl/glsdsF/mh3R4OB af9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s14si4671091ejx.43.2020.06.25.21.58.31; Thu, 25 Jun 2020 21:58:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727947AbgFZEqL (ORCPT + 99 others); Fri, 26 Jun 2020 00:46:11 -0400 Received: from ozlabs.org ([203.11.71.1]:42021 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727885AbgFZEqH (ORCPT ); Fri, 26 Jun 2020 00:46:07 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 49tPTn068Jz9sTV; Fri, 26 Jun 2020 14:46:04 +1000 (AEST) From: Michael Ellerman To: linuxppc-dev@lists.ozlabs.org, Satheesh Rajendran Cc: Thiago Jung Bauermann , Ram Pai , Laurent Dufour , Sukadev Bhattiprolu , linux-kernel@vger.kernel.org In-Reply-To: <20200612142953.135408-1-sathnaga@linux.vnet.ibm.com> References: <20200612142953.135408-1-sathnaga@linux.vnet.ibm.com> Subject: Re: [PATCH V2] powerpc/pseries/svm: Drop unused align argument in alloc_shared_lppaca() function Message-Id: <159314672679.1150869.345529163412866656.b4-ty@ellerman.id.au> Date: Fri, 26 Jun 2020 14:46:04 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 Jun 2020 19:59:53 +0530, Satheesh Rajendran wrote: > Argument "align" in alloc_shared_lppaca() was unused inside the > function. Let's drop it and update code comment for page alignment. Applied to powerpc/next. [1/1] powerpc/pseries/svm: Drop unused align argument in alloc_shared_lppaca() function https://git.kernel.org/powerpc/c/178748b6d14946f080d49bc7dcc47b7cc4437e4d cheers