Skip to content

Commit 6ca6ad9

Browse files
Jay Fangbroonie
authored andcommitted
spi: spi-mem: Fix code indent should use tabs where possible
Fix checkpatch errors: ERROR: code indent should use tabs where possible torvalds#624: FILE: spi-mem.c:624: ERROR: code indent should use tabs where possible torvalds#626: FILE: spi-mem.c:626: ERROR: code indent should use tabs where possible torvalds#627: FILE: spi-mem.c:627: Signed-off-by: Jay Fang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 45793de commit 6ca6ad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/spi/spi-mem.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,10 @@ EXPORT_SYMBOL_GPL(devm_spi_mem_dirmap_create);
621621

622622
static int devm_spi_mem_dirmap_match(struct device *dev, void *res, void *data)
623623
{
624-
struct spi_mem_dirmap_desc **ptr = res;
624+
struct spi_mem_dirmap_desc **ptr = res;
625625

626-
if (WARN_ON(!ptr || !*ptr))
627-
return 0;
626+
if (WARN_ON(!ptr || !*ptr))
627+
return 0;
628628

629629
return *ptr == data;
630630
}

0 commit comments

Comments
 (0)