From: aybuke ozdemir Date: Thu, 19 Feb 2015 17:50:50 +0000 (+0200) Subject: Staging: fbtft: Added blank line after declaration X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9247a2a150728f6525bb177cc146b523befdcb7a;p=deliverable%2Flinux.git Staging: fbtft: Added blank line after declaration WARNING: Missing a blank line after declaration chackpatch.pl warning in fb_ili9320.c Signed-off-by: aybuke ozdemir Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fbtft/fb_ili9320.c b/drivers/staging/fbtft/fb_ili9320.c index b26d89368da7..880f548158e6 100644 --- a/drivers/staging/fbtft/fb_ili9320.c +++ b/drivers/staging/fbtft/fb_ili9320.c @@ -47,6 +47,7 @@ static unsigned read_devicecode(struct fbtft_par *par) static int init_display(struct fbtft_par *par) { unsigned devcode; + fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__); par->fbtftops.reset(par);