Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp3487287ybe; Sun, 8 Sep 2019 15:14:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqxN1C9PtvHjpXmd8C7j90TJu8tVAuVly4sqoz3fGnWiyUYD5FJimzN/nBUpn8upuyi8bg3F X-Received: by 2002:a05:6402:614:: with SMTP id n20mr21344215edv.237.1567980876948; Sun, 08 Sep 2019 15:14:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567980876; cv=none; d=google.com; s=arc-20160816; b=B+6qRtTqob3qNx6Ti1lL9e//zxFQcyyUGDN4kTV3hup7syTGP1/flX4aV0xwf5SSJH x830rmngobZhb2WunT64oL5gBCSddBFPihHPclWxEi5XP9lAbghvFMlh3O+mO+x2CdUE 9Uz9vB5oGw6UcMIZut75XXS2mbg9BpNjl/gViuwPcQsLRe9578Otw4rYAlv33g5ATILo pYlUNN/KKYEyxxyn0ud8RMmFFNQ0XEc+o1sZBCBOBq0J+xDg8cc+aJyo/6rxPoKlIlvt RVBFCtVm4iKgo6hkqpVTso7jKC27mQD3KWXYkyzOC2K3U2jUZZQ9AD0TUwgVg+Ypmfi8 FZIw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:in-reply-to:cc:references:message-id :date:subject:mime-version:from:content-transfer-encoding; bh=zWobYAczxP0Lv53hT+LUVBopEJC6vYT1lV36/rztF0M=; b=loplydpGFnae++LKoEQnA4J5fC/bQGXyTgU1fKlXJLMHiNj2WWHsOougWSRmZ1HsXl vKPHa3xXM6qkBAwo+DSDfEiP+WOHbd68q5PkYE3mSFeG1t5JNWiTeGGVt1XGUT6XTZ/U v8tRW7jhoV6yTHkx6Cg8SI4QSk1g8durfsz18HqqIwqClNDaPjXf8V/ebb2d6fUMQRVf dGrQk+UboTF7G5yXM6H8n28ZK0BOSiGves6sY+MG0EVF+RTPkiiKwnJpD3y8R6bDOXtp suJQjfvv5nWXpVWO2gER/NQgagX7KwqDnxzDunejQKH0zF6sgQncjb9kWoItPs2LS0g6 JGYA== 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 k2si5529886eds.174.2019.09.08.15.13.39; Sun, 08 Sep 2019 15:14:36 -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 S2394682AbfIGOsc convert rfc822-to-8bit (ORCPT + 99 others); Sat, 7 Sep 2019 10:48:32 -0400 Received: from mxout014.mail.hostpoint.ch ([217.26.49.174]:36075 "EHLO mxout014.mail.hostpoint.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391160AbfIGOsb (ORCPT ); Sat, 7 Sep 2019 10:48:31 -0400 Received: from [10.0.2.46] (helo=asmtp013.mail.hostpoint.ch) by mxout014.mail.hostpoint.ch with esmtp (Exim 4.92.2 (FreeBSD)) (envelope-from ) id 1i6c0k-0001B0-95; Sat, 07 Sep 2019 16:48:22 +0200 Received: from 145-126.cable.senselan.ch ([83.222.145.126] helo=[192.168.1.99]) by asmtp013.mail.hostpoint.ch with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2 (FreeBSD)) (envelope-from ) id 1i6c0k-000Oar-4s; Sat, 07 Sep 2019 16:48:22 +0200 X-Authenticated-Sender-Id: sandro@volery.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT From: Sandro Volery Mime-Version: 1.0 (1.0) Subject: Re: [PATCH] Fixed parentheses malpractice in apex_driver.c Date: Sat, 7 Sep 2019 16:48:21 +0200 Message-Id: References: <20190907143849.GA30834@kadam> Cc: rspringer@google.com, toddpoynor@google.com, benchan@chromium.org, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org In-Reply-To: <20190907143849.GA30834@kadam> To: Dan Carpenter X-Mailer: iPhone Mail (17A5572a) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On 7 Sep 2019, at 16:39, Dan Carpenter wrote: > > You need a subject prefix. It should be something like: > > [PATCH] Staging: gasket: Fix parentheses malpractice in apex_driver.c > Thanks for the reply! I'll try to do that better for my next patch. > Generally "Fix" is considered better style than "Fixed". We aren't > going to care about that in staging, but the patch prefix is mandatory > so you will need to redo it anyway and might as well fix that as well. > >> On Fri, Sep 06, 2019 at 08:38:01PM +0200, volery wrote: >> There were some parentheses at the end of lines, which I took care of. >> This is my first patch. > ^^^^^^^^^^^^^^^^^^^^^^ > Put this sort of comments after the --- cut off line > >> >> Signed-off-by: Sandro Volery >> --- > ^^^ > Put it here. It will be removed when we apply the patch so it won't > be recorded in the git log. > Alright :) >> drivers/staging/gasket/apex_driver.c | 9 ++++++--- >> 1 file changed, 6 insertions(+), 3 deletions(-) > > Joe's comments are, of course, correct as well. > > regards, > dan carpenter > I'll take a look at Joe's suggestions too sometime tonight. I'd feel kinda bad tho if I just apply his work and send it in? - Sandro Volery