* [PATCH] staging: pi433: cleanup comments in rf69.h
@ 2018-06-25 12:04 Valentin Vidic
0 siblings, 0 replies; only message in thread
From: Valentin Vidic @ 2018-06-25 12:04 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Simon Sandström, Marcus Wolf, Luca Söthe,
Marcin Ciupak, Michael Panzlaff, Derek Robson, devel,
linux-kernel, Hugo Lefeuvre, Dan Carpenter, Joe Perches,
Valentin Vidic
Fixes checkpatch warning:
WARNING: line over 80 characters
Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
---
drivers/staging/pi433/rf69.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/pi433/rf69.h b/drivers/staging/pi433/rf69.h
index c131ffbdc2db..d80c41966d39 100644
--- a/drivers/staging/pi433/rf69.h
+++ b/drivers/staging/pi433/rf69.h
@@ -20,10 +20,11 @@
#include "rf69_enum.h"
#include "rf69_registers.h"
-#define F_OSC 32000000 /* in Hz */
-#define FREQUENCY 433920000 /* in Hz, modifying this value impacts CE certification */
-#define FIFO_SIZE 66 /* in byte */
-#define FIFO_THRESHOLD 15 /* in byte */
+/* NOTE: Modifying FREQUENCY value impacts CE certification */
+#define F_OSC 32000000 /* Hz */
+#define FREQUENCY 433920000 /* Hz */
+#define FIFO_SIZE 66 /* bytes */
+#define FIFO_THRESHOLD 15 /* bytes */
int rf69_set_mode(struct spi_device *spi, enum mode mode);
int rf69_set_data_mode(struct spi_device *spi, u8 data_mode);
--
2.18.0.rc2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-06-25 12:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 12:04 [PATCH] staging: pi433: cleanup comments in rf69.h Valentin Vidic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®