staging: pi433: Add spaces around & and + operator
Fixes checkpatch warning: "spaces preferred around that '&'". Signed-off-by: Simon Sandström <simon@nikanor.nu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
02dd7bc27a
commit
9b65e91010
|
@ -82,7 +82,6 @@ int rf69_set_mode(struct spi_device *spi, enum mode mode)
|
|||
// we are using packet mode, so this check is not really needed
|
||||
// but waiting for mode ready is necessary when going from sleep because the FIFO may not be immediately available from previous mode
|
||||
//while (_mode == RF69_MODE_SLEEP && (READ_REG(REG_IRQFLAGS1) & RF_IRQFLAGS1_MODEREADY) == 0x00); // Wait for ModeReady
|
||||
|
||||
}
|
||||
|
||||
int rf69_set_data_mode(struct spi_device *spi, u8 data_mode)
|
||||
|
|
Loading…
Reference in New Issue