From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A20AA29CA for ; Wed, 7 Apr 2021 08:35:01 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id A596061363; Wed, 7 Apr 2021 08:35:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617784501; bh=QUPSZJEVZ4gOqekzobUa4Tu78f4ebblB6ELbnwdOIw0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u+xv4he5FiLWTw6uVqlGVRKzfN4vnXj8XwhEQEZGLONO/36pm0CpWha2XbchjGEVB /oo+0uryitIsJhls/71V1ZITjEZm54YgUFkhP+AtzkQYxRw80bSsFQC8Hkg9Ty2Q4Y TA0yr56OIxQtLXx57eX1ficLY5bBCUGBEcWGQtr4= Date: Wed, 7 Apr 2021 10:34:58 +0200 From: Greg KH To: Beatriz Martins de Carvalho Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com Subject: Re: [RESEND PATCH] staging: emxx_udc: Ending line with argument Message-ID: References: <20210406193409.96428-1-martinsdecarvalhobeatriz@gmail.com> <4c7df741-4e73-2ac4-f0d8-c9513ae29c88@gmail.com> <4d7ebe9c-8ebc-2fc9-10ed-6756ab42d5d7@gmail.com> X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d7ebe9c-8ebc-2fc9-10ed-6756ab42d5d7@gmail.com> On Wed, Apr 07, 2021 at 09:16:44AM +0100, Beatriz Martins de Carvalho wrote: > > Em 07/04/21 06:37, Greg KH escreveu: > > On Tue, Apr 06, 2021 at 09:00:07PM +0100, Beatriz Martins de Carvalho wrote: > > > Em 06/04/21 20:36, Greg KH escreveu: > > > > On Tue, Apr 06, 2021 at 08:34:09PM +0100, Beatriz Martins de Carvalho wrote: > > > > > Cleans up check of "Lines should not end with a '('" > > > > > with argument present in next line in file emxx_udc.c > > > > > > > > > > Signed-off-by: Beatriz Martins de Carvalho > > > > > --- > > > > > drivers/staging/emxx_udc/emxx_udc.c | 11 ++++------- > > > > > 1 file changed, 4 insertions(+), 7 deletions(-) > > > > Why is this a [RESEND] ? > > > > > > > > What happened to the first version? > > > Sorry, I didn't receive your review, and in kernelnewbies tutorial, they say > > > if not receive a response, may have missed the patch, so I resent it. > > Do you have a pointer to your previous patch in the lore.kernel.org > > archives anywhere? I can't seem to find it. > > > I found this, it's what is you need? > > https://lore.kernel.org/linux-staging/20210401195457.24512-1-martinsdecarvalhobeatriz@gmail.com/ Ah, yes, I saw Julia's review and assumed you would fix up your patch based on her comments. Please do not ignore review comments, it makes everyone's lives harder. thanks, greg k-h