From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750975AbcFRDvY (ORCPT ); Fri, 17 Jun 2016 23:51:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35059 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750741AbcFRDvX (ORCPT ); Fri, 17 Jun 2016 23:51:23 -0400 Date: Fri, 17 Jun 2016 20:51:22 -0700 From: Greg KH To: Luis de Bethencourt Cc: Ravishankar Karkala Mallikarjunayya , abbotti@mev.co.uk, hsweeten@visionengravers.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 4/4] Staging: comedi: fix line over 80 characters issue in s626.c Message-ID: <20160618035122.GA1308@kroah.com> References: <1464413211-7947-1-git-send-email-ravishankarkm32@gmail.com> <1464413211-7947-4-git-send-email-ravishankarkm32@gmail.com> <574C4C67.4030106@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <574C4C67.4030106@osg.samsung.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 30, 2016 at 03:21:27PM +0100, Luis de Bethencourt wrote: > On 28/05/16 06:26, Ravishankar Karkala Mallikarjunayya wrote: > > This is a patch to the s626.c file that fixes up a line over 80 > > characters issues found by the checkpatch.pl tool. > > > > Signed-off-by: Ravishankar Karkala Mallikarjunayya > > Looks good :) > > This is the only instance of the line over 80 characters Warning in that file. > > Like previous patches, no need to mention the file being fixed in the commit > message. It isn't a big deal though. > > +1 Not much I can do with at "+1", please respond with a: Acked-by: or even better: Reviewed-by: with the proper info, so I can add it to the patch and give you credit for reviewing it. thanks, greg k-h