From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756868AbbCGLAt (ORCPT ); Sat, 7 Mar 2015 06:00:49 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44501 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756802AbbCGLAq (ORCPT ); Sat, 7 Mar 2015 06:00:46 -0500 Date: Fri, 6 Mar 2015 16:38:34 -0800 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH 1/2] staging: sm750fb: add sm750 to staging Message-ID: <20150307003834.GA2577@kroah.com> References: <1425379867-2176-1-git-send-email-sudipm.mukherjee@gmail.com> <1425379867-2176-2-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425379867-2176-2-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 03, 2015 at 04:21:06PM +0530, Sudip Mukherjee wrote: > sm750 of Silicon Motion is pci-e display controller device and has > features like dual display and 2D acceleration. This patch adds the > driver to staging. > > Signed-off-by: Sudip Mukherjee > --- > > this patch has lots of checkpatch warnings including some trailing whitespaces. And it has build warnings as well. Please send me patches to fix that up as soon as possible, you will start to get nasty emails from the 0-day build bot about them...