mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columns
Both the function arguments and the definition could be wrapped to 80 columns to save line space. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230805174146.57006-7-manivannan.sadhasivam@linaro.org
This commit is contained in:
parent
ab15aabac0
commit
cf82436dd8
@ -3051,14 +3051,12 @@ static int qcom_check_op(struct nand_chip *chip,
|
||||
}
|
||||
|
||||
static int qcom_nand_exec_op(struct nand_chip *chip,
|
||||
const struct nand_operation *op,
|
||||
bool check_only)
|
||||
const struct nand_operation *op, bool check_only)
|
||||
{
|
||||
if (check_only)
|
||||
return qcom_check_op(chip, op);
|
||||
|
||||
return nand_op_parser_exec_op(chip, &qcom_op_parser,
|
||||
op, check_only);
|
||||
return nand_op_parser_exec_op(chip, &qcom_op_parser, op, check_only);
|
||||
}
|
||||
|
||||
static const struct nand_controller_ops qcom_nandc_ops = {
|
||||
|
Loading…
Reference in New Issue
Block a user