From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647AbdBILa5 (ORCPT ); Thu, 9 Feb 2017 06:30:57 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44004 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752390AbdBILaw (ORCPT ); Thu, 9 Feb 2017 06:30:52 -0500 Date: Thu, 9 Feb 2017 12:21:18 +0100 From: Greg KH To: Gioh Kim Cc: thomas.petazzoni@free-electrons.com, noralf@tronnes.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: fbtft: fix some coding style issues Message-ID: <20170209112118.GB5775@kroah.com> References: <1486638241-25925-1-git-send-email-gi-oh.kim@profitbricks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1486638241-25925-1-git-send-email-gi-oh.kim@profitbricks.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 09, 2017 at 12:04:01PM +0100, Gioh Kim wrote: > There are many coding style issues. > I fixed only obvious issues. > Fixied issues: > - Use 4 digit octal (0777) not decimal permissions > - line over 80 characters > - Avoid unnecessary line continuations Again, only do one thing per patch. Now dropped. greg k-h