From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752803AbdK1NOM (ORCPT ); Tue, 28 Nov 2017 08:14:12 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48224 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751913AbdK1NOI (ORCPT ); Tue, 28 Nov 2017 08:14:08 -0500 Date: Tue, 28 Nov 2017 14:14:11 +0100 From: Greg Kroah-Hartman To: Jeremy Lacomis Cc: Sudip Mukherjee , Teddy Wang , linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Staging: sm750fb: Fix coding style issue in ddk750_sii164.c Message-ID: <20171128131411.GB12924@kroah.com> References: <1511649387.20482.5.camel@perches.com> <20171126010453.1598-1-j.lacomis@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171126010453.1598-1-j.lacomis@gmail.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 25, 2017 at 08:04:52PM -0500, Jeremy Lacomis wrote: > This is a patch to the ddk750_sii164.c file that fixes line length warnings > found by the checkpatch.pl script That's not all this patch did :(