From: Antony Pavlov <antonynpavlov@gmail.com> To: barebox@lists.infradead.org Subject: [PATCH 2/2] mtd: core: fix whitespaces Date: Fri, 11 Jun 2021 09:39:14 +0300 [thread overview] Message-ID: <20210611063914.155796-3-antonynpavlov@gmail.com> (raw) In-Reply-To: <20210611063914.155796-1-antonynpavlov@gmail.com> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> --- drivers/mtd/core.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/mtd/core.c b/drivers/mtd/core.c index 98820dfb4f..2029e06d9e 100644 --- a/drivers/mtd/core.c +++ b/drivers/mtd/core.c @@ -377,7 +377,7 @@ int mtd_block_markgood(struct mtd_info *mtd, loff_t ofs) } int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, - u_char *buf) + u_char *buf) { struct mtd_oob_ops ops; int ret; @@ -421,10 +421,10 @@ int mtd_write_oob(struct mtd_info *mtd, loff_t to, } int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, - const u_char *buf) + const u_char *buf) { struct mtd_oob_ops ops; - int ret; + int ret; memset(&ops, 0, sizeof(ops)); ops.len = len; @@ -435,10 +435,10 @@ int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, if (!len) return 0; - ret = mtd_write_oob(mtd, to, &ops); - *retlen = ops.retlen; + ret = mtd_write_oob(mtd, to, &ops); + *retlen = ops.retlen; - return ret; + return ret; } int mtd_erase(struct mtd_info *mtd, struct erase_info *instr) @@ -759,7 +759,7 @@ err: return ret; } -int del_mtd_device (struct mtd_info *mtd) +int del_mtd_device(struct mtd_info *mtd) { struct mtddev_hook *hook; -- 2.32.0.rc0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2021-06-11 6:49 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-11 6:39 [PATCH 0/2] mtd: core: fix use of uninitialized struct member Antony Pavlov 2021-06-11 6:39 ` [PATCH 1/2] " Antony Pavlov 2021-06-11 10:23 ` Sascha Hauer 2021-06-11 10:42 ` Ahmad Fatoum 2021-06-11 6:39 ` Antony Pavlov [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210611063914.155796-3-antonynpavlov@gmail.com \ --to=antonynpavlov@gmail.com \ --cc=barebox@lists.infradead.org \ --subject='Re: [PATCH 2/2] mtd: core: fix whitespaces' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox