lkml.org 
[lkml]   [2009]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 49/62] drivers/video/cfbcopyarea.c: Remove unnecessary semicolons
    Date
    Signed-off-by: Joe Perches <joe@perches.com>
    ---
    drivers/video/cfbcopyarea.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/video/cfbcopyarea.c b/drivers/video/cfbcopyarea.c
    index df03f37..79e5f40 100644
    --- a/drivers/video/cfbcopyarea.c
    +++ b/drivers/video/cfbcopyarea.c
    @@ -114,7 +114,7 @@ bitcpy(struct fb_info *p, unsigned long __iomem *dst, int dst_idx,
    d0 >>= right;
    } else if (src_idx+n <= bits) {
    // Single source word
    - d0 <<= left;;
    + d0 <<= left;
    } else {
    // 2 source words
    d1 = FB_READL(src + 1);
    --
    1.6.3.1.10.g659a0.dirty


    \
     
     \ /
      Last update: 2009-06-28 18:45    [W:4.047 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site