Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1433098ybb; Thu, 2 Apr 2020 00:13:25 -0700 (PDT) X-Google-Smtp-Source: APiQypLXgpiJtd0IP8afYYG9h1bfrHvt01wm+UgW/qt4foXBeQXWF+wHhKhLtVwyjO1hY1L4fv7u X-Received: by 2002:a05:6830:1054:: with SMTP id b20mr1307897otp.360.1585811605292; Thu, 02 Apr 2020 00:13:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585811605; cv=none; d=google.com; s=arc-20160816; b=j20j+hsIWAZ7GBmBCddvyUldCGCEyXLefcVEe5AkEV+Ll0xghQTW7FepUxtI68ATS7 4JJpRlLMrpmLal0AcGG1KYnZvIahsfJJ2V/hKELCYr/9Yn/5gkqm5DiRFJ6DBDmiipSG j1F/p616XRR21flfHdSKXm9C13aQXIVEG2+ECTebHiowSTtlbxXS0TCKElcGPWWJRmxL fox7wXiSIgJuCXMmL6y+bqSqcLVGBHq6Tr8OLIDiwkVMJJfZv5cZNVxlftGOvOmpWyVo BZDYKLiFqBt/UqDij25CLqRS80UO5TqwW10EQHr4kxLAYPxrPBIDxsv5xNUqXdmDz2ey q/kA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=PM5peiuN7IqVJGyliwHBY149Un/ktxM0jfVmIU9ZF/s=; b=o2sdzmDgI6wee8hsxVH63BFz1CN+dyQkxLDW7JVPHUCYSTYlg44pttDFYqNiWcbGoB O0ZQA1CH5fUaaq0FaRxetRzWAJFjN+SlGXeYFqyKyTB6xfRw1tBibTl2jYd17VU5ge34 cw066xRm8AahSWetvYISYKguYvujOWnuqrjqZJ+SKxhs06bMvpWpegRC0NcS1tcJi/A1 j0huGwWdV8wgtpLo9eVLfGeY3ziRly84MDkOtsshMqMzi2bfyFl4Flt8KnulcwpVDwIJ yQrE+hZQBZziOaFHy01noel/aL4TlzWQZpEf29o2Tr2FKNsin1L4ggKVXb/Zk2wXelrx zzaw== 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 l25si1986870otb.234.2020.04.02.00.13.13; Thu, 02 Apr 2020 00:13:25 -0700 (PDT) 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 S2387526AbgDBHLc (ORCPT + 99 others); Thu, 2 Apr 2020 03:11:32 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:20827 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726743AbgDBHLc (ORCPT ); Thu, 2 Apr 2020 03:11:32 -0400 X-IronPort-AV: E=Sophos;i="5.72,334,1580770800"; d="scan'208";a="443452906" Received: from abo-173-121-68.mrs.modulonet.fr (HELO hadrien) ([85.68.121.173]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Apr 2020 09:11:30 +0200 Date: Thu, 2 Apr 2020 09:11:30 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: "John B. Wyatt IV" cc: outreachy-kernel@googlegroups.com, Laura Abbott , Sumit Semwal , Greg Kroah-Hartman , =?ISO-8859-15?Q?Arve_Hj=F8nnev=E5g?= , Todd Kjos , Martijn Coenen , Joel Fernandes , Christian Brauner , devel@driverdev.osuosl.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, linux-kernel@vger.kernel.org Subject: Re: [Outreachy kernel] [PATCH] staging: android: ion: Fix parenthesis alignment In-Reply-To: <20200402012515.429329-1-jbwyatt4@gmail.com> Message-ID: References: <20200402012515.429329-1-jbwyatt4@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 1 Apr 2020, John B. Wyatt IV wrote: > Fix 2 parenthesis alignment issues. Please try to find a way to describe what you have done that doesn't involve the word "Fix". What have you done and why? julia > > Reported by checkpatch. > > Signed-off-by: John B. Wyatt IV > --- > drivers/staging/android/ion/ion_page_pool.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/android/ion/ion_page_pool.c b/drivers/staging/android/ion/ion_page_pool.c > index f85ec5b16b65..0198b886d906 100644 > --- a/drivers/staging/android/ion/ion_page_pool.c > +++ b/drivers/staging/android/ion/ion_page_pool.c > @@ -37,7 +37,7 @@ static void ion_page_pool_add(struct ion_page_pool *pool, struct page *page) > } > > mod_node_page_state(page_pgdat(page), NR_KERNEL_MISC_RECLAIMABLE, > - 1 << pool->order); > + 1 << pool->order); > mutex_unlock(&pool->mutex); > } > > @@ -57,7 +57,7 @@ static struct page *ion_page_pool_remove(struct ion_page_pool *pool, bool high) > > list_del(&page->lru); > mod_node_page_state(page_pgdat(page), NR_KERNEL_MISC_RECLAIMABLE, > - -(1 << pool->order)); > + -(1 << pool->order)); > return page; > } > > -- > 2.25.1 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20200402012515.429329-1-jbwyatt4%40gmail.com. >