Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932822AbcJLNZr (ORCPT ); Wed, 12 Oct 2016 09:25:47 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55446 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932749AbcJLNZL (ORCPT ); Wed, 12 Oct 2016 09:25:11 -0400 X-Sasl-enc: IyU7dA8Ta4u9RzOD6q9AIF2C1kyYHJLrNkX5AttV/mHx 1476278709 Date: Wed, 12 Oct 2016 15:25:19 +0200 From: Greg KH To: Nadim Almas Cc: hvaibhav.linux@gmail.com, johan@kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging:greybus:arche-apb-ctrl: fixed some coding style issue Message-ID: <20161012132519.GA22556@kroah.com> References: <20161011194954.GA9619@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161011194954.GA9619@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 270 Lines: 7 On Tue, Oct 11, 2016 at 12:49:54PM -0700, Nadim Almas wrote: > fixed trailing */ Block comments and 80 character line limit coding style issue > > Signed-off-by: Nadim Almas > --- Someone else already sent this same patch in before you, sorry :(