commit | 14888153c9a10d580c5be70ef2963a1b6de87719 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Oct 26 22:16:23 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 10:49:47 2024 -0600 |
tree | cbde9e1ae9acc90ca5730e46062e16933357f5ef | |
parent | 85353214ea943d5ca97280347516c4f3b98049e2 [diff] |
mtd: spi-nor: Fix multiple coding style issues The offset variable is set, but never used afterward. Fix indent. Fix predecrement without justification. Remove use of parenthesis where unnecessary. Fixes: 5d40b3d384dc ("mtd: spi-nor: Add parallel and stacked memories support") Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>