From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753530AbbCJUNP (ORCPT ); Tue, 10 Mar 2015 16:13:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57774 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751942AbbCJUNL (ORCPT ); Tue, 10 Mar 2015 16:13:11 -0400 Date: Tue, 10 Mar 2015 21:13:07 +0100 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] staging: sm750fb: fixed all build warnings Message-ID: <20150310201307.GA1315@kroah.com> References: <1426007817-1884-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426007817-1884-1-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 10, 2015 at 10:46:51PM +0530, Sudip Mukherjee wrote: > Hi Greg, > all the build warnings have been taken care of in this series. > some of the patches will generate a few checkpatch warning and for some I tried > to address few of the chcekpatch warnings while modifying them. Don't mix what you do in a single patch please. thanks, greg k-h