From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lad, Prabhakar" Date: Mon, 09 Feb 2015 14:24:50 +0000 Subject: Re: [PATCH] Trivial patch in efifb.c to solve common indent issue and indent error Message-Id: List-Id: References: <20150209125548.GA27277@linuxteamdev.amer.dell.com> In-Reply-To: <20150209125548.GA27277-uSknhY0EtF8ok8EplQz5xE1Vg53cnbg30E9HWUfgJXw@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Parmeshwr Prasad Cc: pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, Jean-Christophe Plagniol-Villard , Tomi Valkeinen , LFBDEV , LKML , linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hi, Thanks for the patch. On Mon, Feb 9, 2015 at 12:55 PM, Parmeshwr Prasad wrote: > Hi All, > > Please review this patch. > this patch is aimed to solve some indentation issue. It has also solved > three trivial error in efifb.c file. > > And I have also changed printk with pr_err, pr_info ... at respective places. > > > From c49139fac1d15fe2da80d06e2a79eb8be7c079a7 Mon Sep 17 00:00:00 2001 > From: Parmeshwr Prasad > Date: Mon, 9 Feb 2015 07:33:59 -0500 > Subject: [PATCH] Trival patch: improved indentation, and removed some ERROR > from code > > Signed-off-by: Parmeshwr Prasad > --- 1: did you use git to send this patch ? 2: did you checkpatch it (I see some issues)? 3: break this patch into 2 one fixing the 3 issues and other fixing the indentation. 4: have proper commit message. Cheers, --Prabhakar Lad