]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
staging: dgnc: remove blankline before brace
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sun, 4 Oct 2015 14:20:11 +0000 (19:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 04:08:51 +0000 (21:08 -0700)
Blank lines are not needed before closing braces. checkpatch was giving
warning about this.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_cls.c
drivers/staging/dgnc/dgnc_driver.c
drivers/staging/dgnc/dgnc_mgmt.c
drivers/staging/dgnc/dgnc_neo.c
drivers/staging/dgnc/dgnc_sysfs.c
drivers/staging/dgnc/dgnc_tty.c

index 944982a46e4b6695951ca6b935f490e7586e8b88..e7c946e1ec9fcdb4fe78d9f9fe6300a7b12fabea 100644 (file)
@@ -115,7 +115,6 @@ static inline void cls_set_cts_flow_control(struct channel_t *ch)
                &ch->ch_cls_uart->isr_fcr);
 
        ch->ch_t_tlevel = 16;
-
 }
 
 static inline void cls_set_ixon_flow_control(struct channel_t *ch)
@@ -161,7 +160,6 @@ static inline void cls_set_ixon_flow_control(struct channel_t *ch)
        writeb((UART_FCR_ENABLE_FIFO | UART_16654_FCR_RXTRIGGER_16 |
                UART_16654_FCR_TXTRIGGER_16 | UART_FCR_CLEAR_RCVR),
                &ch->ch_cls_uart->isr_fcr);
-
 }
 
 static inline void cls_set_no_output_flow_control(struct channel_t *ch)
@@ -205,7 +203,6 @@ static inline void cls_set_no_output_flow_control(struct channel_t *ch)
        ch->ch_r_watermark = 0;
        ch->ch_t_tlevel = 16;
        ch->ch_r_tlevel = 16;
-
 }
 
 static inline void cls_set_rts_flow_control(struct channel_t *ch)
@@ -244,7 +241,6 @@ static inline void cls_set_rts_flow_control(struct channel_t *ch)
 
        ch->ch_r_watermark = 4;
        ch->ch_r_tlevel = 8;
-
 }
 
 static inline void cls_set_ixoff_flow_control(struct channel_t *ch)
@@ -286,7 +282,6 @@ static inline void cls_set_ixoff_flow_control(struct channel_t *ch)
        writeb((UART_FCR_ENABLE_FIFO | UART_16654_FCR_RXTRIGGER_16 |
                UART_16654_FCR_TXTRIGGER_16 | UART_FCR_CLEAR_RCVR),
                &ch->ch_cls_uart->isr_fcr);
-
 }
 
 static inline void cls_set_no_input_flow_control(struct channel_t *ch)
@@ -325,7 +320,6 @@ static inline void cls_set_no_input_flow_control(struct channel_t *ch)
 
        ch->ch_t_tlevel = 16;
        ch->ch_r_tlevel = 16;
-
 }
 
 /*
@@ -746,7 +740,6 @@ static void cls_tasklet(unsigned long data)
        }
 
        spin_unlock_irqrestore(&bd->bd_intr_lock, flags);
-
 }
 
 /*
index 926808b5f77ba10ebb2558212e1e8acb2b7ef535..4bb3e6fb7fa65911abb7004c5006e64864f3c216 100644 (file)
@@ -529,7 +529,6 @@ static int dgnc_found_board(struct pci_dev *pdev, int id)
                dev_err(&brd->pdev->dev,
                        "Didn't find any compatible Neo/Classic PCI boards.\n");
                return -ENXIO;
-
        }
 
        /*
@@ -581,7 +580,6 @@ failed:
        brd->dpastatus = BD_NOFEP;
 
        return -ENXIO;
-
 }
 
 static int dgnc_finalize_board_init(struct dgnc_board *brd)
index 81f0da23539c381b4c857c049904dc1be2f832c9..e8aaf352927a5543e1e00f8192fca04ff6291d60 100644 (file)
@@ -251,7 +251,6 @@ long dgnc_mgmt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
                break;
        }
-
        }
 
        return 0;
index 09d3de76c9566f66244a580c341ab0b8081ec32d..fb95282cdeac35e773ef600de75aeaba72611d2b 100644 (file)
@@ -901,7 +901,6 @@ static void neo_tasklet(unsigned long data)
 
        /* Allow interrupt routine to access the interrupt register again */
        spin_unlock_irqrestore(&bd->bd_intr_lock, flags);
-
 }
 
 /*
index c8a6c284202e58f509fedca5d148e860735a14d6..dffb4af12023910ab1577233d4a55c5396950073 100644 (file)
@@ -695,7 +695,6 @@ void dgnc_create_tty_sysfs(struct un_t *un, struct device *c)
        }
 
        dev_set_drvdata(c, un);
-
 }
 
 void dgnc_remove_tty_sysfs(struct device *c)
index 497e1f4227bd4d02ca8c2cbc7ab8c6c3367336b6..ddf0e412daae0383bd4090fdf138f35137af558e 100644 (file)
@@ -374,7 +374,6 @@ int dgnc_tty_init(struct dgnc_board *brd)
                        ch->ch_pun.un_sysfs = classp;
                        dgnc_create_tty_sysfs(&ch->ch_pun, classp);
                }
-
        }
 
        return 0;
@@ -1368,7 +1367,6 @@ static void dgnc_tty_hangup(struct tty_struct *tty)
 
        /* flush the transmit queues */
        dgnc_tty_flush_buffer(tty);
-
 }
 
 /*
@@ -1981,7 +1979,6 @@ static int dgnc_tty_send_break(struct tty_struct *tty, int msec)
        spin_unlock_irqrestore(&ch->ch_lock, flags);
 
        return 0;
-
 }
 
 /*
@@ -2744,7 +2741,6 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
                                                ~(UN_LOW|UN_EMPTY);
                                        wake_up_interruptible(&ch->ch_pun.un_flags_wait);
                                }
-
                        }
                }