]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: sm750fb: fix wrong indentation
authorMike Rapoport <mike.rapoport@gmail.com>
Mon, 26 Oct 2015 07:06:04 +0000 (09:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 08:04:57 +0000 (17:04 +0900)
Fix wrong indentation of a line in lynxfb_set_fbinfo

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c

index 707e91dbfc7502b05c622bf45fcf6612bbf4bd58..8f6908ba6f523f2492058e6117c67b8b1d08366c 100644 (file)
@@ -791,7 +791,7 @@ static int lynxfb_set_fbinfo(struct fb_info *info, int index)
        crtc->cursor.vstart = share->pvMem + crtc->cursor.offset;
 
        crtc->cursor.share = share;
-               memset_io(crtc->cursor.vstart, 0, crtc->cursor.size);
+       memset_io(crtc->cursor.vstart, 0, crtc->cursor.size);
        if (!g_hwcursor) {
                lynxfb_ops.fb_cursor = NULL;
                hw_cursor_disable(&crtc->cursor);