mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 22:34:21 +08:00
mtd: rawnand: qcom: Fix the spacing
Fix following checkpatch warning: "CHECK: Please don't use multiple blank lines" "CHECK: Please use a blank line after function/struct/union/enum declarations" Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org> Link: https://lore.kernel.org/linux-mtd/20230716144612.32132-5-miquel.raynal@bootlin.com
This commit is contained in:
parent
062d8acb19
commit
3b645b384b
@ -1997,7 +1997,6 @@ static int qcom_nandc_write_page(struct nand_chip *chip, const u8 *buf,
|
||||
oob_size = ecc->bytes;
|
||||
}
|
||||
|
||||
|
||||
write_data_dma(nandc, FLASH_BUF_ACC, data_buf, data_size,
|
||||
i == (ecc->steps - 1) ? NAND_BAM_NO_EOT : 0);
|
||||
|
||||
@ -2373,6 +2372,7 @@ qcom_nandc_calc_ecc_bytes(int step_size, int strength)
|
||||
{
|
||||
return strength == 4 ? 12 : 16;
|
||||
}
|
||||
|
||||
NAND_ECC_CAPS_SINGLE(qcom_nandc_ecc_caps, qcom_nandc_calc_ecc_bytes,
|
||||
NANDC_STEP_SIZE, 4, 8);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user