From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933513AbcI0JsF (ORCPT ); Tue, 27 Sep 2016 05:48:05 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:37014 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932222AbcI0Jr4 (ORCPT ); Tue, 27 Sep 2016 05:47:56 -0400 Date: Tue, 27 Sep 2016 12:47:38 +0300 From: Dan Carpenter To: Quentin Lambert Cc: Viresh Kumar , devel@driverdev.osuosl.org, Alex Elder , Greg Kroah-Hartman , kernel-janitors@vger.kernel.org, Johan Hovold , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] greybus: manifest: style fix missing space before '(' Message-ID: <20160927094738.GX13620@mwanda> References: <20160927092028.13119-1-lambert.quentin@gmail.com> <728f3214-c9f2-837b-6725-f95777c23bab@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <728f3214-c9f2-837b-6725-f95777c23bab@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 27, 2016 at 11:33:49AM +0200, Quentin Lambert wrote: > > > On 27/09/2016 11:31, Viresh Kumar wrote: > >On Tue, Sep 27, 2016 at 2:50 PM, Quentin Lambert > > wrote: > >>Checkpatch printed a style ERROR concerning a missing space befire '('. > >>This patch fix this issue. > >> > >>Signed-off-by: Quentin Lambert > >>--- > >> drivers/staging/greybus/manifest.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >>--- a/drivers/staging/greybus/manifest.c > >>+++ b/drivers/staging/greybus/manifest.c > >>@@ -11,7 +11,7 @@ > >> > >> static const char *get_descriptor_type_string(u8 type) > >> { > >>- switch(type) { > >>+ switch (type) { > >> case GREYBUS_TYPE_INVALID: > >> return "invalid"; > >> case GREYBUS_TYPE_STRING: > >Acked-by: Viresh Kumar > Wow I just noticed the typo: "befire" do you want me to resend ? No one cares about tiny typos in the patch description, but resend if you want. regards, dan carpenter