From: Fengguang Wu Date: Fri, 14 Feb 2014 17:26:16 +0000 (-0800) Subject: staging: fpgaboot: fix coccinelle warnings X-Git-Tag: Ubuntu-5.10.0-12.13~17208^2~1111 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c39e9c87eed0d7013760230525033c19f284c3b2;p=mirror_ubuntu-hirsute-kernel.git staging: fpgaboot: fix coccinelle warnings drivers/staging/gs_fpgaboot/gs_fpgaboot.c:191:2-3: Unneeded semicolon Removes unneeded semicolon. Generated by: coccinelle/misc/semicolon.cocci CC: Insop Song Signed-off-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c index 31a6741f4d3e..89bc84d833e6 100644 --- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c +++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c @@ -188,7 +188,7 @@ static int gs_read_image(struct fpgaimage *fimage) default: pr_err("unsupported fpga image format\n"); return -1; - }; + } gs_print_header(fimage);