Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp294645ybg; Fri, 25 Oct 2019 21:43:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqz/ttAD4Pybw0qjv/t6KYCYLExa2vhfmIAx6ICw1delgZlFA70BITDjqihrJHL4p6OicNbn X-Received: by 2002:a50:ace1:: with SMTP id x88mr7851267edc.132.1572065020623; Fri, 25 Oct 2019 21:43:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572065020; cv=none; d=google.com; s=arc-20160816; b=oYvGUCl3ozO5bkSj/0NvSBIuQwjQNrNj/mxqG2Vg361/FV8AIuufIX4skwBRL2mcrI llVI0wP/kjHbedtL5mGXVSBcYLdEzflseUAdOpnyffm19WnwSCY8BVwoj7SInZUo4WSO NXA5e4TG76SvAOrAgLoTBzvM8eMqJP+X1nPPO9yaIsAL+LV4Sakz5WvSA64UoTJnl1qV vxROHfyNhzSrnczaMW6nQUyi/Lev1QFBBSb8QolCTwX6rsLnz+1PFwUHmYtMMRtziLZ/ BehMm846P4vsDjTvBWof/Fg7Hmx1Ax7sxJBWDTX+7L8Y5cJGbLUqK+phSnkPwlc3BXUf jTcA== 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=LDg8z9IdGrHHoUzgUekMisRLas0kMz8LwULiJyNZJRQ=; b=ctUsOCnPw34xIY/i1W4JzFoJpkRtf6t6p9GU8izuCgIH+kQ9+s9KZ9Qpe9QKx2eMy3 M1kkQH78NbODS3arlrx/P/muK6MtOxy6GdqH3g+3YKJbA0X+2hKv3j7UheyGhnZzyKti XBOLnlA0swzoCO8Hd8wHVNjA+/a9Eu9ysV4NkvqmJsKXeeyx4uTGRk5arL+nTZSusaDS tWKwuk+KpDNFSx0+SFynQRvsMFF6M8BK7KP17goWRgnvy3juuhkKGCJF9mhfg2JNF0vG bQCZZ6FbC2jPV2SagodkrJL5voMWmaQZ6Pr0lWSN6vtVs0SBzgfRAxaTbGI7jqDKst/3 YIgg== 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 b28si3225318edn.230.2019.10.25.21.43.03; Fri, 25 Oct 2019 21:43:40 -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 S1725976AbfJZEk4 (ORCPT + 99 others); Sat, 26 Oct 2019 00:40:56 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:7919 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725853AbfJZEk4 (ORCPT ); Sat, 26 Oct 2019 00:40:56 -0400 X-IronPort-AV: E=Sophos;i="5.68,230,1569276000"; d="scan'208";a="408354237" 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:40:54 +0200 Date: Sat, 26 Oct 2019 06:40:54 +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 line ending with a '(' In-Reply-To: <20191025233909.GA1599@cristiane-Inspiron-5420> Message-ID: References: <20191025233909.GA1599@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 line ending with a '(' > > Signed-off-by: Cristiane Naves Acked-by: Julia Lawall > --- > drivers/staging/gasket/gasket_ioctl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/gasket/gasket_ioctl.c b/drivers/staging/gasket/gasket_ioctl.c > index 240f9bb..d1b3e9a 100644 > --- a/drivers/staging/gasket/gasket_ioctl.c > +++ b/drivers/staging/gasket/gasket_ioctl.c > @@ -34,8 +34,8 @@ static int gasket_set_event_fd(struct gasket_dev *gasket_dev, > > trace_gasket_ioctl_eventfd_data(die.interrupt, die.event_fd); > > - return gasket_interrupt_set_eventfd( > - gasket_dev->interrupt_data, die.interrupt, die.event_fd); > + return gasket_interrupt_set_eventfd(gasket_dev->interrupt_data, > + die.interrupt, die.event_fd); > } > > /* Read the size of the page table. */ > -- > 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/20191025233909.GA1599%40cristiane-Inspiron-5420. >