staging: pi433: remove empty space to fix line over 80 characters warning
Remove empty space to solve checkpatch.pl warning: "WARNING: line over 80 characters". Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a41d42a9fd
commit
8f51bd83e4
|
@ -45,10 +45,10 @@
|
|||
#include "pi433_if.h"
|
||||
#include "rf69.h"
|
||||
|
||||
#define N_PI433_MINORS BIT(MINORBITS) /*32*/ /* ... up to 256 */
|
||||
#define MAX_MSG_SIZE 900 /* min: FIFO_SIZE! */
|
||||
#define MSG_FIFO_SIZE 65536 /* 65536 = 2^16 */
|
||||
#define NUM_DIO 2
|
||||
#define N_PI433_MINORS BIT(MINORBITS) /*32*/ /* ... up to 256 */
|
||||
#define MAX_MSG_SIZE 900 /* min: FIFO_SIZE! */
|
||||
#define MSG_FIFO_SIZE 65536 /* 65536 = 2^16 */
|
||||
#define NUM_DIO 2
|
||||
|
||||
static dev_t pi433_dev;
|
||||
static DEFINE_IDR(pi433_idr);
|
||||
|
|
Loading…
Reference in New Issue