staging: pi433: remove spaces before tabs

Fixes checkpatch warning for hidden spaces before tabs.

Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Valentin Vidic 2017-12-10 15:31:13 +01:00 committed by Greg Kroah-Hartman
parent 6b167a67c6
commit 2f58f293c2
3 changed files with 4 additions and 4 deletions

View File

@ -997,7 +997,7 @@ static int pi433_release(struct inode *inode, struct file *filp)
static int setup_GPIOs(struct pi433_device *device)
{
char name[5];
char name[5];
int retval;
int i;
const irq_handler_t DIO_irq_handler[NUM_DIO] = {

View File

@ -62,7 +62,7 @@ enum option_on_off {
*
* NOTE: struct layout is the same in 64bit and 32bit userspace.
*/
#define PI433_TX_CFG_IOCTL_NR 0
#define PI433_TX_CFG_IOCTL_NR 0
struct pi433_tx_cfg {
__u32 frequency;
__u16 bit_rate;
@ -111,7 +111,7 @@ struct pi433_tx_cfg {
*
* NOTE: struct layout is the same in 64bit and 32bit userspace.
*/
#define PI433_RX_CFG_IOCTL_NR 1
#define PI433_RX_CFG_IOCTL_NR 1
struct pi433_rx_cfg {
__u32 frequency;
__u16 bit_rate;

View File

@ -29,7 +29,7 @@
#include "rf69_registers.h"
#define F_OSC 32000000 /* in Hz */
#define FIFO_SIZE 66 /* in byte */
#define FIFO_SIZE 66 /* in byte */
/*-------------------------------------------------------------------------*/