From mboxrd@z Thu Jan 1 00:00:00 1970 From: Parmeshwr Prasad Date: Tue, 10 Feb 2015 08:10:20 +0000 Subject: Re: [PATCH2/2] Trivial patch in efifb.c to solve common indent issue and indent error Message-Id: <20150210081015.GB8438@linuxteamdev.amer.dell.com> List-Id: References: <20150209125548.GA27277@linuxteamdev.amer.dell.com> <20150210080614.GA8438@linuxteamdev.amer.dell.com> In-Reply-To: <20150210080614.GA8438-uSknhY0EtF8ok8EplQz5xE1Vg53cnbg30E9HWUfgJXw@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Lad, Prabhakar" Cc: "pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org" , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , LFBDEV , LKML , "linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" On Tue, Feb 10, 2015 at 02:06:24AM -0600, Prasad, Parmeshwr wrote: This is secong patch. This is addressing following changes: 1- It has removed "quoted string split across lines" warning. 2- There was static initialization of request_mem_succeeded, which is removed. 3- Assignment in if condition, this is fixed. >From bf6328196341ea36ec79fba71b9b5c2c36d61043 Mon Sep 17 00:00:00 2001 From: Parmeshwr Prasad Date: Tue, 10 Feb 2015 02:49:26 -0500 Subject: [PATCH 2/2] Trivial patch: In this patch printk is replaced by pr_* macros and static initialization of request_mem_succeeded is removed and assignment in if condition is removed Signed-off-by: Parmeshwr Prasad --- drivers/video/fbdev/efifb.c | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index d757d0f..133fbfb 100644 --- a/drivers/video/fbdev/efifb.c +++ b/drivers/video/fbdev/efifb.c @@ -17,8 +17,7 @@ #include