]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
fs/jffs2/wbuf.c: remove stray semicolon
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 21 Oct 2015 22:03:49 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:49 +0000 (09:03 +1100)
Reported-by: Wu Fengguang <fengguang.wu@intel.com>
Cc: Sasha Levin <sasha.levin@oracle.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/jffs2/wbuf.c

index 09ed55190ee2c077524e38a11b4fe41c00f51ac9..955da626ba6b7f74d02a7d7dd5badb5e2a031430 100644 (file)
@@ -1264,7 +1264,7 @@ int jffs2_dataflash_setup(struct jffs2_sb_info *c) {
        if ((c->flash_size % c->sector_size) != 0) {
                c->flash_size = (c->flash_size / c->sector_size) * c->sector_size;
                pr_warn("flash size adjusted to %dKiB\n", c->flash_size);
-       };
+       }
 
        c->wbuf_ofs = 0xFFFFFFFF;
        c->wbuf = kmalloc(c->wbuf_pagesize, GFP_KERNEL);