Commit c52c3700 authored by Michel von Czettritz's avatar Michel von Czettritz Committed by Greg Kroah-Hartman
Browse files

staging: sm750: Reindent



The reindent fixes the
"WARNING: please, no spaces at the start of a line",
"ERROR: code indent should use tabs where possible"
and some other small checkpatch.pl warnings and errors.

Signed-off-by: default avatarMichel von Czettritz <michel.von.czettritz@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4c97b37a
Loading
Loading
Loading
Loading
+491 −494
Original line number Diff line number Diff line
@@ -31,12 +31,12 @@ int smi_indent = 0;


/*
#ifdef __BIG_ENDIAN
ssize_t lynxfb_ops_write(struct fb_info *info, const char __user *buf,
 	    size_t count, loff_t *ppos);
ssize_t lynxfb_ops_read(struct fb_info *info, char __user *buf,
			   size_t count, loff_t *ppos);
#endif
 * #ifdef __BIG_ENDIAN
 * ssize_t lynxfb_ops_write(struct fb_info *info, const char __user *buf,
 * size_t count, loff_t *ppos);
 * ssize_t lynxfb_ops_read(struct fb_info *info, char __user *buf,
 * size_t count, loff_t *ppos);
 * #endif
 */

typedef void (*PROC_SPEC_SETUP)(struct lynx_share*,char *);
@@ -204,7 +204,6 @@ static void lynxfb_ops_fillrect(struct fb_info* info,const struct fb_fillrect* r
				 region->dx,region->dy,
				 region->width,region->height,
				 color,rop);

	if (share->dual)
		spin_unlock(&share->slock);
}
@@ -235,7 +234,6 @@ static void lynxfb_ops_copyarea(struct fb_info * info,const struct fb_copyarea *
				 base,pitch,region->sx,region->sy,
				 base,pitch,Bpp,region->dx,region->dy,
				 region->width,region->height,HW_ROP2_COPY);

	if (share->dual)
		spin_unlock(&share->slock);
}
@@ -284,7 +282,6 @@ _do_work:
				  image->dx,image->dy,
				  image->width,image->height,
				  fgcol,bgcol,HW_ROP2_COPY);

	if (share->dual)
		spin_unlock(&share->slock);
}