From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752599AbdBILbp (ORCPT ); Thu, 9 Feb 2017 06:31:45 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44018 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751777AbdBILaw (ORCPT ); Thu, 9 Feb 2017 06:30:52 -0500 Date: Thu, 9 Feb 2017 12:21:01 +0100 From: Greg KH To: Gioh Kim Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: greybus: es2.c: fix some coding style issues Message-ID: <20170209112101.GA5775@kroah.com> References: <1486638299-25999-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: <1486638299-25999-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:59PM +0100, Gioh Kim wrote: > Fix two coding style issues: > 1. line over 80 characters > 2. Octal permissions are preffered than symbolic ones I just said not to do this, why resend it? Also, you forgot to include the correct people and mailing list on the patch, please fix up. greg k-h