mirror of https://gitee.com/openkylin/linux.git
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:
parent
6b167a67c6
commit
2f58f293c2
|
@ -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] = {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue