提交 e8b8fc8a 编写于 作者: V Valentin Vidic 提交者: Greg Kroah-Hartman

staging: pi433: cleanup comments in rf69.h

Fixes checkpatch warning:

  WARNING: line over 80 characters
Signed-off-by: NValentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ecfacacf
...@@ -21,10 +21,11 @@ ...@@ -21,10 +21,11 @@
#include "rf69_enum.h" #include "rf69_enum.h"
#include "rf69_registers.h" #include "rf69_registers.h"
#define F_OSC 32000000 /* in Hz */ /* NOTE: Modifying FREQUENCY value impacts CE certification */
#define FREQUENCY 433920000 /* in Hz, modifying this value impacts CE certification */ #define F_OSC 32000000 /* Hz */
#define FIFO_SIZE 66 /* in byte */ #define FREQUENCY 433920000 /* Hz */
#define FIFO_THRESHOLD 15 /* in byte */ #define FIFO_SIZE 66 /* bytes */
#define FIFO_THRESHOLD 15 /* bytes */
int rf69_set_mode(struct spi_device *spi, enum mode mode); int rf69_set_mode(struct spi_device *spi, enum mode mode);
int rf69_set_data_mode(struct spi_device *spi, u8 data_mode); int rf69_set_data_mode(struct spi_device *spi, u8 data_mode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册