Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp295513ybg; Fri, 25 Oct 2019 21:44:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqz/IS1PDMp3PS1KUNpxDpL0tDyr1VuEt80hB4fPPHKUeg02QDoCgQ/roZYCUFRp3jW+bSip X-Received: by 2002:a17:906:360e:: with SMTP id q14mr6544327ejb.313.1572065093223; Fri, 25 Oct 2019 21:44:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572065093; cv=none; d=google.com; s=arc-20160816; b=SAlySJ1y+51Cvx7rWMhhw751b1rbkacLdz+n949TiDXc8M6FZO1Bn5KFO/9ApUMvEI 0O/6mwMUqKVO+BOPhzSsbuJ+GWWihd4nIHYoAnahIdNHnw/KpUbavZjhDFYyDS5LTcB3 cc8jelvW8eJYhwMFV9VNVKL8jHz8gdC9KveM8koVXjPtbT86kwwkAioe8ZG99RlL7UuP cjw+vEbkctx+ZlbtmHmn1UDIhx4zEFZK6cYJ8YlSNkbblrJS+4tumwHKmxLEnKtLAUow Ge9OIDBdkw/je5AF96ebIDP4ceA7t7fhtdHdvKjxM6Yi8UhpiyZ1bsO5bxtjG0A83jes DizQ== 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=ep7HOrtwVYOlRSrJgM+FZVfzyD12swss//VOja4VzQo=; b=UuPjBdxVxgi6NdTzNfyXZ2KskMXc55ZDz1iq9fjjp5dN3Toy8nFSVwltcbTqIS+kis dm5O/12J0hTUiZs0qbruGv/W+43n4h8pj29x5LUCnXA+byNqGzpSXMz8QJPR30hqnC+D 76AYZ95FwmxwXs3uD9awdw3HrO1y1/32lvdouK4uaCHrKh/h46uvR5rwZ0LlOTfsrVgf fwpB4g/GXyXvsI98V0iPpFuFLFW8y5Gog4XIu6qi9OO7GdroCzFPgAHkG2/1yoJvIMqg QNgD1ovh38h2dUpxZxzGOFQjN5mJ+fGkLyfmsc4vkNwWOG20VuRhjraZx+XohmTy2E/a qzBQ== 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 c57si3016120edc.386.2019.10.25.21.44.29; Fri, 25 Oct 2019 21:44:53 -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 S1726105AbfJZEns (ORCPT + 99 others); Sat, 26 Oct 2019 00:43:48 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:8059 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726066AbfJZEns (ORCPT ); Sat, 26 Oct 2019 00:43:48 -0400 X-IronPort-AV: E=Sophos;i="5.68,230,1569276000"; d="scan'208";a="408354430" Received: from ip-121.net-89-2-166.rev.numericable.fr (HELO hadrien) ([89.2.166.121]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Oct 2019 06:43:46 +0200 Date: Sat, 26 Oct 2019 06:43:46 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Cristiane Naves cc: outreachy-kernel@googlegroups.com, Rob Springer , Todd Poynor , Ben Chan , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [Outreachy kernel] [RESEND PATCH] staging: gasket: Fix lines ending with a '(' In-Reply-To: <20191025232935.GA813@cristiane-Inspiron-5420> Message-ID: References: <20191025232935.GA813@cristiane-Inspiron-5420> 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 Fri, 25 Oct 2019, Cristiane Naves wrote: > Fix lines ending with a '('. Issue found by checkpatch. You sent another patch on this file (the one I acked) and they are notin a series, so Greg won't know how to apply them. Please collect the whole thing again, and either put both changes in the same patch, or send a series with the different changes on this file. You could put v2, so that Greg knows to ignore your other changes on the file. julia > > Signed-off-by: Cristiane Naves > --- > drivers/staging/gasket/gasket_ioctl.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/staging/gasket/gasket_ioctl.c b/drivers/staging/gasket/gasket_ioctl.c > index d1b3e9a..e3047d3 100644 > --- a/drivers/staging/gasket/gasket_ioctl.c > +++ b/drivers/staging/gasket/gasket_ioctl.c > @@ -54,9 +54,9 @@ static int gasket_read_page_table_size(struct gasket_dev *gasket_dev, > ibuf.size = gasket_page_table_num_entries( > gasket_dev->page_table[ibuf.page_table_index]); > > - trace_gasket_ioctl_page_table_data( > - ibuf.page_table_index, ibuf.size, ibuf.host_address, > - ibuf.device_address); > + trace_gasket_ioctl_page_table_data(ibuf.page_table_index, ibuf.size, > + ibuf.host_address, > + ibuf.device_address); > > if (copy_to_user(argp, &ibuf, sizeof(ibuf))) > return -EFAULT; > @@ -101,9 +101,9 @@ static int gasket_partition_page_table(struct gasket_dev *gasket_dev, > if (copy_from_user(&ibuf, argp, sizeof(struct gasket_page_table_ioctl))) > return -EFAULT; > > - trace_gasket_ioctl_page_table_data( > - ibuf.page_table_index, ibuf.size, ibuf.host_address, > - ibuf.device_address); > + trace_gasket_ioctl_page_table_data(ibuf.page_table_index, ibuf.size, > + ibuf.host_address, > + ibuf.device_address); > > if (ibuf.page_table_index >= gasket_dev->num_page_tables) > return -EFAULT; > -- > 2.7.4 > > -- > 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/20191025232935.GA813%40cristiane-Inspiron-5420. >