From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754586AbbFSOtP (ORCPT ); Fri, 19 Jun 2015 10:49:15 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:45612 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752049AbbFSOtO (ORCPT ); Fri, 19 Jun 2015 10:49:14 -0400 Date: Fri, 19 Jun 2015 17:48:49 +0300 From: Dan Carpenter To: Sudip Mukherjee Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Joe Perches , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 7/9] staging: sm7xxfb: move mode table Message-ID: <20150619144849.GT28762@mwanda> References: <1434540288-8289-1-git-send-email-sudipm.mukherjee@gmail.com> <1434540288-8289-8-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434540288-8289-8-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 17, 2015 at 04:54:46PM +0530, Sudip Mukherjee wrote: > +static const struct ModeInit vgamode[] = { > + { > + /* mode#0: 640 x 480 16Bpp 60Hz */ > + 640, 480, 16, 60, > + /* Init_MISC */ > + 0xE3, > + { /* Init_SR0_SR4 */ > + 0x03, 0x01, 0x0F, 0x00, 0x0E, > + }, All this indenting is kind of whacky. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/