summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-09 10:46:27 +0300
committerAlon Levy <alevy@redhat.com>2012-10-19 13:59:01 +0200
commite8ed386d8dfa431e0edf7f8b23ad13082d16c1e1 (patch)
treeee6417c1787510c6287f04edbff601cb2ee2715b
parent7668dd22caf908654a480b7856d0a016a1ac0da5 (diff)
drivers/video/cfbimgblt.c: remove whitespace at end of lines
Signed-off-by: Alon Levy <alevy@redhat.com>
-rw-r--r--drivers/video/cfbimgblt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/cfbimgblt.c b/drivers/video/cfbimgblt.c
index 5d29b842970..4ced2fad33b 100644
--- a/drivers/video/cfbimgblt.c
+++ b/drivers/video/cfbimgblt.c
@@ -250,7 +250,7 @@ static inline void fast_imageblit(const struct fb_image *image, struct fb_info *
for (i = image->height; i--; ) {
dst = (u32 __iomem *) dst1, shift = 8; src = s;
-
+
for (j = k; j--; ) {
shift -= ppw;
end_mask = tab[(*src >> shift) & bit_mask];
@@ -260,7 +260,7 @@ static inline void fast_imageblit(const struct fb_image *image, struct fb_info *
dst1 += p->fix.line_length;
s += spitch;
}
-}
+}
void cfb_imageblit(struct fb_info *p, const struct fb_image *image)
{