lkml.org 
[lkml]   [2010]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH] logfs: Add missing semicolon
    commit 7d945a3aa7608f68dba04083d3421e0b43052660 ("logfs get_sb, part 3")
    accidentally removed a semicolon, causing compile errors like:

    fs/logfs/logfs.h:498: error: storage class specified for parameter ‘logfs_symlink_iops’

    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
    ---
    fs/logfs/logfs.h | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h
    index cd51a36..57afd4a 100644
    --- a/fs/logfs/logfs.h
    +++ b/fs/logfs/logfs.h
    @@ -486,7 +486,7 @@ static inline int logfs_get_sb_bdev(struct logfs_super *s,

    /* dev_mtd.c */
    #ifdef CONFIG_MTD
    -int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
    +int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr);
    #else
    static inline int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
    {
    --
    1.7.0.4
    Gr{oetje,eeting}s,
    Geert

    --
    Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

    In personal conversations with technical people, I call myself a hacker. But
    when I'm talking to journalists I just say "programmer" or something like that.
    -- Linus Torvalds
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2010-10-31 21:51    [W:4.499 / U:0.404 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site