From mboxrd@z Thu Jan 1 00:00:00 1970 From: Parmeshwr Prasad Date: Mon, 09 Feb 2015 12:55:53 +0000 Subject: [PATCH] Trivial patch in efifb.c to solve common indent issue and indent error Message-Id: <20150209125548.GA27277@linuxteamdev.amer.dell.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org, tomi.valkeinen-l0cyMroinI0@public.gmane.org Cc: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org 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 --- drivers/video/fbdev/efifb.c | 158 +++++++++++++++++++++++--------------------- 1 file changed, 84 insertions(+), 74 deletions(-) diff --git a/drivers/video/fbdev/efifb.c b/drivers/video/fbdev/efifb.c index 4bfff34..5c03035 100644 --- a/drivers/video/fbdev/efifb.c +++ b/drivers/video/fbdev/efifb.c @@ -17,29 +17,28 @@ #include