projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f2c05
)
spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()
author
Dan Carpenter
<dan.carpenter@linaro.org>
Mon, 30 Jun 2025 19:35:25 +0000
(14:35 -0500)
committer
Mark Brown
<broonie@kernel.org>
Tue, 1 Jul 2025 13:02:31 +0000
(14:02 +0100)
These lines were indented one tab more than they should be. Delete
the stray tabs.
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Acked-by: Alain Volmat <alain.volmat@foss.st.com>
Reviewed-by: Clément Le Goffic <clement.legoffic@foss.st.com>
Link:
https://patch.msgid.link/2033b9fa-7b0f-4617-b94e-7b0a51c5c4b1@sabinyo.mountain
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-stm32.c
b/drivers/spi/spi-stm32.c
index 9b3bc0c908bf2179d2bfa5d79a2fe9a2a81fc094..a29c67024d00bd6ec870760ffcb537ec91d70057 100644
(file)
--- a/
drivers/spi/spi-stm32.c
+++ b/
drivers/spi/spi-stm32.c
@@
-1897,8
+1897,8
@@
static void stm32h7_spi_data_idleness(struct stm32_spi *spi, struct spi_transfer
if (spi_delay_ns) {
dev_warn(spi->dev, "Overriding st,spi-midi-ns with word_delay_ns %d\n",
spi_delay_ns);
-
spi->cur_midi = spi_delay_ns;
-
}
+ spi->cur_midi = spi_delay_ns;
+ }
} else {
spi->cur_midi = spi_delay_ns;
}