From: Eva Rachel Retuya Date: Thu, 22 Oct 2015 17:07:38 +0000 (+0800) Subject: Staging: mt29f_spinand: Add blank line after function declaration X-Git-Tag: v4.4-rc1~125^2~393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=522f005082ff480da44353e97ce44b308f803ff0;p=platform%2Fkernel%2Flinux-exynos.git Staging: mt29f_spinand: Add blank line after function declaration Add missing blank line in-between function declarations. Issue found by checkpatch. CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Eva Rachel Retuya Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt29f_spinand/mt29f_spinand.c b/drivers/staging/mt29f_spinand/mt29f_spinand.c index cf98228..dc9877e 100644 --- a/drivers/staging/mt29f_spinand/mt29f_spinand.c +++ b/drivers/staging/mt29f_spinand/mt29f_spinand.c @@ -186,6 +186,7 @@ static int wait_till_ready(struct spi_device *spi_nand) return -1; } + /** * spinand_get_otp- send command 0xf to read the SPI Nand OTP register * Description: @@ -839,6 +840,7 @@ static int spinand_lock_block(struct spi_device *spi_nand, u8 lock) return ret; } + /* * spinand_probe - [spinand Interface] * @spi_nand: registered device driver.